#351900

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

Shades of Cocoa Brown #351900

Tints of Cocoa Brown #351900

Color information

#351900 (or 0x351900) is unknown color: approx Cocoa Brown. HEX triplet: 35, 19 and 00. RGB value is (53,25,0). Sum of RGB (Red+Green+Blue) = 53+25+0=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #351900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351900 is #CAE6FF. Grayscale: #1E1E1E. Windows color (decimal): -13297408 or 6453. OLE color: 6453.

HSL color Cylindrical-coordinate representation of color #351900: hue angle of 28.3º 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 #351900 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB53250-
CMYK00.5310.79
HSL28.3º100%10.39%-
HSV(B)28.3º100%20.78%-
XYZ1.821.450.18-
YUV30.52110.78144.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.95%
GREEN value IS 25 (10.16% from 255) = 32.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.95%
G=32.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5325000.5310.7928.310010.39
Hex35190035644F1c64a
Octal653100651441173414412
Binary1101011100100110101110010010011111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351900; }

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

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

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

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

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

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

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

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