Html Css Color HEX #352317 Cocoa Brown

📋 copy color: '#352317'

red 53 ◦ green 35 ◦ blue 23

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

Shades of Cocoa Brown #352317

Tints of Cocoa Brown #352317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.53%

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

R = 47.75%
G = 31.53%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#352317 (or 0x352317) is known color: Cocoa Brown. HEX triplet: 35, 23 and 17. RGB value is (53,35,23). Sum of RGB (Red+Green+Blue) = 53+35+23=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352317 is #CADCE8. Grayscale: #272727. Windows color (decimal): -13294825 or 1516341. OLE color: 1516341.

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

Color convert

RGB 53 35 23 -
CMYK 0 0.34 0.57 0.79
HSL 24º 0.39% 0.15% -
HSV(B) 24º 0.57% 0.21% -
XYZ 2.22 2.02 1.08 -
YUV 39.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 53 35 23 0 0.34 0.57 0.79 24 0.39 0.15
Hex 35 23 17 0 22 39 4F 18 27 F
Octal 65 43 27 0 42 71 117 30 47 17
Binary 110101 100011 10111 0 100010 111001 1001111 11000 100111 1111

Color Harmonies of #352317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352317

Black with #352317

Text Example


Text Example

White with #352317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352317; }

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

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

background-color css

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

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

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

border-color css

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

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

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