Html Css Color HEX #352921 Cocoa Brown

📋 copy color: '#352921'

red 53 ◦ green 41 ◦ blue 33

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

Shades of Cocoa Brown #352921

Tints of Cocoa Brown #352921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.28%

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

R = 41.73%
G = 32.28%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#352921 (or 0x352921) is known color: Cocoa Brown. HEX triplet: 35, 29 and 21. RGB value is (53,41,33). Sum of RGB (Red+Green+Blue) = 53+41+33=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #352921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352921 is #CAD6DE. Grayscale: #2B2B2B. Windows color (decimal): -13293279 or 2173237. OLE color: 2173237.

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

Color convert

RGB 53 41 33 -
CMYK 0 0.23 0.38 0.79
HSL 24º 0.23% 0.17% -
HSV(B) 24º 0.38% 0.21% -
XYZ 2.54 2.45 1.78 -
YUV 43.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 53 41 33 0 0.23 0.38 0.79 24 0.23 0.17
Hex 35 29 21 0 17 26 4F 18 17 11
Octal 65 51 41 0 27 46 117 30 27 21
Binary 110101 101001 100001 0 10111 100110 1001111 11000 10111 10001

Color Harmonies of #352921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352921

Black with #352921

Text Example


Text Example

White with #352921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352921; }

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

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

background-color css

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

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

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

border-color css

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

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

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