#351F08

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

Shades of Cocoa Brown #351F08

Tints of Cocoa Brown #351F08

Color information

#351F08 (or 0x351F08) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1F and 08. RGB value is (53,31,8). Sum of RGB (Red+Green+Blue) = 53+31+8=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #351F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F08 is #CAE0F7. Grayscale: #232323. Windows color (decimal): -13295864 or 532277. OLE color: 532277.

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

Color convert

RGB53318-
CMYK00.420.850.79
HSL30.67º73.77%11.96%-
HSV(B)30.67º84.91%20.78%-
XYZ21.750.46-
YUV34.96112.79140.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 31 (12.5% from 255) = 33.70%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=57.61%
G=33.70%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5331800.420.850.7930.6773.7711.96
Hex351F802A554F1f4ac
Octal6537100521251173711214
Binary1101011111110000101010101010110011111111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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