Html Css Color HEX #352B21 Cocoa Brown

📋 copy color: '#352B21'

red 53 ◦ green 43 ◦ blue 33

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

Shades of Cocoa Brown #352B21

Tints of Cocoa Brown #352B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.33%

 BLUE value IS 33 (13.28% from 255) = 25.58%

R = 41.09%
G = 33.33%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#352B21 (or 0x352B21) is known color: Cocoa Brown. HEX triplet: 35, 2B and 21. RGB value is (53,43,33). Sum of RGB (Red+Green+Blue) = 53+43+33=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #352B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B21 is #CAD4DE. Grayscale: #2C2C2C. Windows color (decimal): -13292767 or 2173749. OLE color: 2173749.

HSL color Cylindrical-coordinate representation of color #352B21: hue angle of 30º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352B21 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 43 33 -
CMYK 0 0.19 0.38 0.79
HSL 30º 0.23% 0.17% -
HSV(B) 30º 0.38% 0.21% -
XYZ 2.61 2.59 1.8 -
YUV 44.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 53 43 33 0 0.19 0.38 0.79 30 0.23 0.17
Hex 35 2B 21 0 13 26 4F 1E 17 11
Octal 65 53 41 0 23 46 117 36 27 21
Binary 110101 101011 100001 0 10011 100110 1001111 11110 10111 10001

Color Harmonies of #352B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B21

Black with #352B21

Text Example


Text Example

White with #352B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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