#351F06

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

Shades of Cocoa Brown #351F06

Tints of Cocoa Brown #351F06

Color information

#351F06 (or 0x351F06) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1F and 06. RGB value is (53,31,6). Sum of RGB (Red+Green+Blue) = 53+31+6=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F06 is #CAE0F9. Grayscale: #222222. Windows color (decimal): -13295866 or 401205. OLE color: 401205.

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

Color convert

RGB53316-
CMYK00.420.890.79
HSL31.91º79.66%11.57%-
HSV(B)31.91º88.68%20.78%-
XYZ1.991.750.41-
YUV34.73111.79141.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 6 (2.73% from 255) = 6.67%
R=58.89%
G=34.44%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5331600.420.890.7931.9179.6611.57
Hex351F602A594F2050c
Octal653760521311174012014
Binary1101011111111001010101011001100111110000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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