Html Css Color HEX #352006 Cocoa Brown

📋 copy color: '#352006'

red 53 ◦ green 32 ◦ blue 6

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

Shades of Cocoa Brown #352006

Tints of Cocoa Brown #352006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.59%

R = 58.24%
G = 35.16%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#352006 (or 0x352006) is known color: Cocoa Brown. HEX triplet: 35, 20 and 06. RGB value is (53,32,6). Sum of RGB (Red+Green+Blue) = 53+32+6=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #352006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352006 is #CADFF9. Grayscale: #232323. Windows color (decimal): -13295610 or 401461. OLE color: 401461.

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

Color convert

RGB 53 32 6 -
CMYK 0 0.40 0.89 0.79
HSL 33.19º 0.8% 0.12% -
HSV(B) 33.19º 0.89% 0.21% -
XYZ 2.02 1.8 0.41 -
YUV 35.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 53 32 6 0 0.40 0.89 0.79 33.19 0.8 0.12
Hex 35 20 6 0 28 59 4F 21 50 C
Octal 65 40 6 0 50 131 117 41 120 14
Binary 110101 100000 110 0 101000 1011001 1001111 100001 1010000 1100

Color Harmonies of #352006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352006

Black with #352006

Text Example


Text Example

White with #352006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352006; }

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

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

background-color css

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

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

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

border-color css

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

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

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