Html Css Color HEX #351902 Cocoa Brown

📋 copy color: '#351902'

red 53 ◦ green 25 ◦ blue 2

#351902
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #351902

Tints of Cocoa Brown #351902

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 value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#351902 (or 0x351902) is known color: 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

RGB 53 25 2 -
CMYK 0 0.53 0.96 0.79
HSL 27.06º 0.93% 0.11% -
HSV(B) 27.06º 0.96% 0.21% -
XYZ 1.83 1.46 0.24 -
YUV 30.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 53 25 2 0 0.53 0.96 0.79 27.06 0.93 0.11
Hex 35 19 2 0 35 60 4F 1B 5D B
Octal 65 31 2 0 65 140 117 33 135 13
Binary 110101 11001 10 0 110101 1100000 1001111 11011 1011101 1011

Color Harmonies of #351902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351902

Black with #351902

Text Example


Text Example

White with #351902

Text Example


Text Example

HTML Codes & Css Web 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>