#351C09

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

Shades of Cocoa Brown #351C09

Tints of Cocoa Brown #351C09

Color information

#351C09 (or 0x351C09) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1C and 09. RGB value is (53,28,9). Sum of RGB (Red+Green+Blue) = 53+28+9=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C09 is #CAE3F6. Grayscale: #212121. Windows color (decimal): -13296631 or 597045. OLE color: 597045.

HSL color Cylindrical-coordinate representation of color #351C09: hue angle of 25.91º 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 #351C09 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB53289-
CMYK00.470.830.79
HSL25.91º70.97%12.16%-
HSV(B)25.91º83.02%20.78%-
XYZ1.931.610.47-
YUV33.31114.28142.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 9 (3.91% from 255) = 10%
R=58.89%
G=31.11%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5328900.470.830.7925.9170.9712.16
Hex351C902F534F1a47c
Octal6534110571231173210714
Binary1101011110010010101111101001110011111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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