Html Css Color HEX #352416 Cocoa Brown

📋 copy color: '#352416'

red 53 ◦ green 36 ◦ blue 22

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

Shades of Cocoa Brown #352416

Tints of Cocoa Brown #352416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.43%

 BLUE value IS 22 (8.98% from 255) = 19.82%

R = 47.75%
G = 32.43%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#352416 (or 0x352416) is known color: Cocoa Brown. HEX triplet: 35, 24 and 16. RGB value is (53,36,22). Sum of RGB (Red+Green+Blue) = 53+36+22=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352416 is #CADBE9. Grayscale: #272727. Windows color (decimal): -13294570 or 1451061. OLE color: 1451061.

HSL color Cylindrical-coordinate representation of color #352416: hue angle of 27.1º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352416 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 36 22 -
CMYK 0 0.32 0.58 0.79
HSL 27.1º 0.41% 0.15% -
HSV(B) 27.1º 0.58% 0.21% -
XYZ 2.24 2.08 1.04 -
YUV 39.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 53 36 22 0 0.32 0.58 0.79 27.1 0.41 0.15
Hex 35 24 16 0 20 3A 4F 1B 29 F
Octal 65 44 26 0 40 72 117 33 51 17
Binary 110101 100100 10110 0 100000 111010 1001111 11011 101001 1111

Color Harmonies of #352416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352416

Black with #352416

Text Example


Text Example

White with #352416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352416; }

 p { color: rgb(53,36,22); }

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

background-color css

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

 a { background-color: rgb(53,36,22); }

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

border-color css

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

 span { border-color: rgb(53,36,22); }

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