Html Css Color HEX #352106 Cocoa Brown

📋 copy color: '#352106'

red 53 ◦ green 33 ◦ blue 6

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

Shades of Cocoa Brown #352106

Tints of Cocoa Brown #352106

RGB

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

 GREEN value IS 33 (13.28% from 255) = 35.87%

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

R = 57.61%
G = 35.87%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#352106 (or 0x352106) is known color: Cocoa Brown. HEX triplet: 35, 21 and 06. RGB value is (53,33,6). Sum of RGB (Red+Green+Blue) = 53+33+6=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #352106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352106 is #CADEF9. Grayscale: #242424. Windows color (decimal): -13295354 or 401717. OLE color: 401717.

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

Color convert

RGB 53 33 6 -
CMYK 0 0.38 0.89 0.79
HSL 34.47º 0.8% 0.12% -
HSV(B) 34.47º 0.89% 0.21% -
XYZ 2.04 1.86 0.42 -
YUV 35.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 53 33 6 0 0.38 0.89 0.79 34.47 0.8 0.12
Hex 35 21 6 0 26 59 4F 22 50 C
Octal 65 41 6 0 46 131 117 42 120 14
Binary 110101 100001 110 0 100110 1011001 1001111 100010 1010000 1100

Color Harmonies of #352106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352106

Black with #352106

Text Example


Text Example

White with #352106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352106; }

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

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

background-color css

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

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

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

border-color css

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

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

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