#C4785B

Color #C4785B Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #C4785B

Tints of Japonica #C4785B

Color information

#C4785B (or 0xC4785B) is unknown color: approx Japonica. HEX triplet: C4, 78 and 5B. RGB value is (196,120,91). Sum of RGB (Red+Green+Blue) = 196+120+91=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4785B is #3B87A4. Grayscale: #8B8B8B. Windows color (decimal): -3901349 or 5994692. OLE color: 5994692.

HSL color Cylindrical-coordinate representation of color #C4785B: hue angle of 16.57º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4785B is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19612091-
CMYK00.390.540.23
HSL16.57º47.09%56.27%-
HSV(B)16.57º53.57%76.86%-
XYZ31.3725.9213.25-
YUV139.42100.68168.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 48.16%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=48.16%
G=29.48%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961209100.390.540.2316.5747.0956.27
HexC4785B0273617112f38
Octal3041701330476627215770
Binary110001001111000101101101001111101101011110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4785B; }

 p { color: rgb(196,120,91); }

 H1.HeaderClassName
 {
   color: #C4785B;
 }
 .AnyTagClassName
 {
   color: #C4785B;
 }
</style>
background-color css

<style>
 a { background-color: #C4785B; }

 a { background-color: rgb(196,120,91); }

 div.DivClassName
 {
   background-color: #C4785B;
 }
 .BgClassName
 {
   background-color: #C4785B;
 }
</style>
border-color css

<style>
 span { border-color: #C4785B; }

 span { border-color: rgb(196,120,91); }

 td.TdClassName
 {
   border-color: #C4785B;
 }
 .TagClassName
 {
   border-color: #C4785B;
 }
</style>