Html Css Color HEX #352417 Cocoa Brown

📋 copy color: '#352417'

red 53 ◦ green 36 ◦ blue 23

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

Shades of Cocoa Brown #352417

Tints of Cocoa Brown #352417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.54%

R = 47.32%
G = 32.14%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#352417 (or 0x352417) is known color: Cocoa Brown. HEX triplet: 35, 24 and 17. RGB value is (53,36,23). Sum of RGB (Red+Green+Blue) = 53+36+23=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #352417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352417 is #CADBE8. Grayscale: #272727. Windows color (decimal): -13294569 or 1516597. OLE color: 1516597.

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

Color convert

RGB 53 36 23 -
CMYK 0 0.32 0.57 0.79
HSL 26º 0.39% 0.15% -
HSV(B) 26º 0.57% 0.21% -
XYZ 2.25 2.08 1.09 -
YUV 39.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 53 36 23 0 0.32 0.57 0.79 26 0.39 0.15
Hex 35 24 17 0 20 39 4F 1A 27 F
Octal 65 44 27 0 40 71 117 32 47 17
Binary 110101 100100 10111 0 100000 111001 1001111 11010 100111 1111

Color Harmonies of #352417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352417

Black with #352417

Text Example


Text Example

White with #352417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352417; }

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

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

background-color css

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

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

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

border-color css

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

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

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