#351E09

Color #351E09 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #351E09

Tints of Cocoa Brown #351E09

Color information

#351E09 (or 0x351E09) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1E and 09. RGB value is (53,30,9). Sum of RGB (Red+Green+Blue) = 53+30+9=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #351E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E09 is #CAE1F6. Grayscale: #222222. Windows color (decimal): -13296119 or 597557. OLE color: 597557.

HSL color Cylindrical-coordinate representation of color #351E09: hue angle of 28.64º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #351E09 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB53309-
CMYK00.430.830.79
HSL28.64º70.97%12.16%-
HSV(B)28.64º83.02%20.78%-
XYZ1.981.710.48-
YUV34.48113.62141.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=57.61%
G=32.61%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5330900.430.830.7928.6470.9712.16
Hex351E902B534F1d47c
Octal6536110531231173510714
Binary1101011111010010101011101001110011111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351E09; }

 p { color: rgb(53,30,9); }

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

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

 a { background-color: rgb(53,30,9); }

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

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

 span { border-color: rgb(53,30,9); }

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