Html Css Color HEX #352217 Cocoa Brown

📋 copy color: '#352217'

red 53 ◦ green 34 ◦ blue 23

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

Shades of Cocoa Brown #352217

Tints of Cocoa Brown #352217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.91%

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

R = 48.18%
G = 30.91%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#352217 (or 0x352217) is known color: Cocoa Brown. HEX triplet: 35, 22 and 17. RGB value is (53,34,23). Sum of RGB (Red+Green+Blue) = 53+34+23=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352217 is #CADDE8. Grayscale: #262626. Windows color (decimal): -13295081 or 1516085. OLE color: 1516085.

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

Color convert

RGB 53 34 23 -
CMYK 0 0.36 0.57 0.79
HSL 22º 0.39% 0.15% -
HSV(B) 22º 0.57% 0.21% -
XYZ 2.19 1.96 1.07 -
YUV 38.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 53 34 23 0 0.36 0.57 0.79 22 0.39 0.15
Hex 35 22 17 0 24 39 4F 16 27 F
Octal 65 42 27 0 44 71 117 26 47 17
Binary 110101 100010 10111 0 100100 111001 1001111 10110 100111 1111

Color Harmonies of #352217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352217

Black with #352217

Text Example


Text Example

White with #352217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352217; }

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

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

background-color css

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

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

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

border-color css

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

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

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