Html Css Color HEX #352517 Cocoa Brown

📋 copy color: '#352517'

red 53 ◦ green 37 ◦ blue 23

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

Shades of Cocoa Brown #352517

Tints of Cocoa Brown #352517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.74%

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

R = 46.9%
G = 32.74%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#352517 (or 0x352517) is known color: Cocoa Brown. HEX triplet: 35, 25 and 17. RGB value is (53,37,23). Sum of RGB (Red+Green+Blue) = 53+37+23=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352517 is #CADAE8. Grayscale: #282828. Windows color (decimal): -13294313 or 1516853. OLE color: 1516853.

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

Color convert

RGB 53 37 23 -
CMYK 0 0.30 0.57 0.79
HSL 28º 0.39% 0.15% -
HSV(B) 28º 0.57% 0.21% -
XYZ 2.28 2.14 1.1 -
YUV 40.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 53 37 23 0 0.30 0.57 0.79 28 0.39 0.15
Hex 35 25 17 0 1E 39 4F 1C 27 F
Octal 65 45 27 0 36 71 117 34 47 17
Binary 110101 100101 10111 0 11110 111001 1001111 11100 100111 1111

Color Harmonies of #352517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352517

Black with #352517

Text Example


Text Example

White with #352517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352517; }

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

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

background-color css

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

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

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

border-color css

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

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

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