#351F00

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

Shades of Cocoa Brown #351F00

Tints of Cocoa Brown #351F00

Color information

#351F00 (or 0x351F00) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1F and 00. RGB value is (53,31,0). Sum of RGB (Red+Green+Blue) = 53+31+0=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #351F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F00 is #CAE0FF. Grayscale: #222222. Windows color (decimal): -13295872 or 7989. OLE color: 7989.

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

Color convert

RGB53310-
CMYK00.4210.79
HSL35.09º100%10.39%-
HSV(B)35.09º100%20.78%-
XYZ1.961.740.23-
YUV34.04108.79141.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.10%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.10%
G=36.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5331000.4210.7935.0910010.39
Hex351F002A644F2364a
Octal653700521441174314412
Binary11010111111001010101100100100111110001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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