#351902

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

Shades of Cocoa Brown #351902

Tints of Cocoa Brown #351902

Color information

#351902 (or 0x351902) is unknown color: approx Cocoa Brown. HEX triplet: 35, 19 and 02. RGB value is (53,25,2). Sum of RGB (Red+Green+Blue) = 53+25+2=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #351902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351902 is #CAE6FD. Grayscale: #1E1E1E. Windows color (decimal): -13297406 or 137525. OLE color: 137525.

HSL color Cylindrical-coordinate representation of color #351902: hue angle of 27.06º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #351902 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB53252-
CMYK00.530.960.79
HSL27.06º92.73%10.78%-
HSV(B)27.06º96.23%20.78%-
XYZ1.831.460.24-
YUV30.75111.78143.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 66.25%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=66.25%
G=31.25%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5325200.530.960.7927.0692.7310.78
Hex35192035604F1b5db
Octal653120651401173313513
Binary11010111001100110101110000010011111101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351902; }

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

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

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

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

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

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

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

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