Html Css Color HEX #352820 Cocoa Brown

📋 copy color: '#352820'

red 53 ◦ green 40 ◦ blue 32

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

Shades of Cocoa Brown #352820

Tints of Cocoa Brown #352820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32%

 BLUE value IS 32 (12.89% from 255) = 25.6%

R = 42.4%
G = 32%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#352820 (or 0x352820) is known color: Cocoa Brown. HEX triplet: 35, 28 and 20. RGB value is (53,40,32). Sum of RGB (Red+Green+Blue) = 53+40+32=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352820 is #CAD7DF. Grayscale: #2B2B2B. Windows color (decimal): -13293536 or 2107445. OLE color: 2107445.

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

Color convert

RGB 53 40 32 -
CMYK 0 0.25 0.40 0.79
HSL 22.86º 0.25% 0.17% -
HSV(B) 22.86º 0.4% 0.21% -
XYZ 2.49 2.38 1.69 -
YUV 42.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 53 40 32 0 0.25 0.40 0.79 22.86 0.25 0.17
Hex 35 28 20 0 19 28 4F 17 19 11
Octal 65 50 40 0 31 50 117 27 31 21
Binary 110101 101000 100000 0 11001 101000 1001111 10111 11001 10001

Color Harmonies of #352820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352820

Black with #352820

Text Example


Text Example

White with #352820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352820; }

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

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

background-color css

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

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

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

border-color css

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

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

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