Html Css Color HEX #352A21 Cocoa Brown

📋 copy color: '#352A21'

red 53 ◦ green 42 ◦ blue 33

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

Shades of Cocoa Brown #352A21

Tints of Cocoa Brown #352A21

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.81%

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

R = 41.41%
G = 32.81%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#352A21 (or 0x352A21) is known color: Cocoa Brown. HEX triplet: 35, 2A and 21. RGB value is (53,42,33). Sum of RGB (Red+Green+Blue) = 53+42+33=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A21 is #CAD5DE. Grayscale: #2C2C2C. Windows color (decimal): -13293023 or 2173493. OLE color: 2173493.

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

Color convert

RGB 53 42 33 -
CMYK 0 0.21 0.38 0.79
HSL 27º 0.23% 0.17% -
HSV(B) 27º 0.38% 0.21% -
XYZ 2.57 2.52 1.79 -
YUV 44.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 53 42 33 0 0.21 0.38 0.79 27 0.23 0.17
Hex 35 2A 21 0 15 26 4F 1B 17 11
Octal 65 52 41 0 25 46 117 33 27 21
Binary 110101 101010 100001 0 10101 100110 1001111 11011 10111 10001

Color Harmonies of #352A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A21

Black with #352A21

Text Example


Text Example

White with #352A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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