Html Css Color HEX #352616 Cocoa Brown

📋 copy color: '#352616'

red 53 ◦ green 38 ◦ blue 22

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

Shades of Cocoa Brown #352616

Tints of Cocoa Brown #352616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.63%

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

R = 46.9%
G = 33.63%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#352616 (or 0x352616) is known color: Cocoa Brown. HEX triplet: 35, 26 and 16. RGB value is (53,38,22). Sum of RGB (Red+Green+Blue) = 53+38+22=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352616 is #CAD9E9. Grayscale: #282828. Windows color (decimal): -13294058 or 1451573. OLE color: 1451573.

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

Color convert

RGB 53 38 22 -
CMYK 0 0.28 0.58 0.79
HSL 30.97º 0.41% 0.15% -
HSV(B) 30.97º 0.58% 0.21% -
XYZ 2.31 2.2 1.06 -
YUV 40.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 53 38 22 0 0.28 0.58 0.79 30.97 0.41 0.15
Hex 35 26 16 0 1C 3A 4F 1F 29 F
Octal 65 46 26 0 34 72 117 37 51 17
Binary 110101 100110 10110 0 11100 111010 1001111 11111 101001 1111

Color Harmonies of #352616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352616

Black with #352616

Text Example


Text Example

White with #352616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352616; }

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

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

background-color css

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

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

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

border-color css

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

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

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