Html Css Color HEX #352920 Cocoa Brown

📋 copy color: '#352920'

red 53 ◦ green 41 ◦ blue 32

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

Shades of Cocoa Brown #352920

Tints of Cocoa Brown #352920

RGB

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

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

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

R = 42.06%
G = 32.54%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#352920 (or 0x352920) is known color: Cocoa Brown. HEX triplet: 35, 29 and 20. RGB value is (53,41,32). Sum of RGB (Red+Green+Blue) = 53+41+32=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #352920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352920 is #CAD6DF. Grayscale: #2B2B2B. Windows color (decimal): -13293280 or 2107701. OLE color: 2107701.

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

Color convert

RGB 53 41 32 -
CMYK 0 0.23 0.40 0.79
HSL 25.71º 0.25% 0.17% -
HSV(B) 25.71º 0.4% 0.21% -
XYZ 2.52 2.45 1.71 -
YUV 43.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 53 41 32 0 0.23 0.40 0.79 25.71 0.25 0.17
Hex 35 29 20 0 17 28 4F 1A 19 11
Octal 65 51 40 0 27 50 117 32 31 21
Binary 110101 101001 100000 0 10111 101000 1001111 11010 11001 10001

Color Harmonies of #352920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352920

Black with #352920

Text Example


Text Example

White with #352920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352920; }

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

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

background-color css

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

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

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

border-color css

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

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

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