#351F09

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

Shades of Cocoa Brown #351F09

Tints of Cocoa Brown #351F09

Color information

#351F09 (or 0x351F09) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1F and 09. RGB value is (53,31,9). Sum of RGB (Red+Green+Blue) = 53+31+9=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F09 is #CAE0F6. Grayscale: #232323. Windows color (decimal): -13295863 or 597813. OLE color: 597813.

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

Color convert

RGB53319-
CMYK00.420.830.79
HSL30º70.97%12.16%-
HSV(B)30º83.02%20.78%-
XYZ2.011.760.49-
YUV35.07113.29140.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 31 (12.5% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=56.99%
G=33.33%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5331900.420.830.793070.9712.16
Hex351F902A534F1e47c
Octal6537110521231173610714
Binary1101011111110010101010101001110011111111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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