Html Css Color HEX #352008 Cocoa Brown

📋 copy color: '#352008'

red 53 ◦ green 32 ◦ blue 8

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

Shades of Cocoa Brown #352008

Tints of Cocoa Brown #352008

RGB

 RED value IS 53 (21.09% from 255) = 56.99%

 GREEN value IS 32 (12.89% from 255) = 34.41%

 BLUE value IS 8 (3.52% from 255) = 8.6%

R = 56.99%
G = 34.41%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#352008 (or 0x352008) is known color: Cocoa Brown. HEX triplet: 35, 20 and 08. RGB value is (53,32,8). Sum of RGB (Red+Green+Blue) = 53+32+8=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #352008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352008 is #CADFF7. Grayscale: #232323. Windows color (decimal): -13295608 or 532533. OLE color: 532533.

HSL color Cylindrical-coordinate representation of color #352008: hue angle of 32º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #352008 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 32 8 -
CMYK 0 0.40 0.85 0.79
HSL 32º 0.74% 0.12% -
HSV(B) 32º 0.85% 0.21% -
XYZ 2.03 1.81 0.47 -
YUV 35.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 53 32 8 0 0.40 0.85 0.79 32 0.74 0.12
Hex 35 20 8 0 28 55 4F 20 4A C
Octal 65 40 10 0 50 125 117 40 112 14
Binary 110101 100000 1000 0 101000 1010101 1001111 100000 1001010 1100

Color Harmonies of #352008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352008

Black with #352008

Text Example


Text Example

White with #352008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352008; }

 p { color: rgb(53,32,8); }

 H1.HeaderClassName
 {
   color: #352008;
 }
 .AnyTagClassName
 {
   color: #352008;
 }
</style>

background-color css

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

 a { background-color: rgb(53,32,8); }

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

border-color css

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

 span { border-color: rgb(53,32,8); }

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