Html Css Color HEX #352013 Cocoa Brown

📋 copy color: '#352013'

red 53 ◦ green 32 ◦ blue 19

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

Shades of Cocoa Brown #352013

Tints of Cocoa Brown #352013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.77%

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 50.96%
G = 30.77%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#352013 (or 0x352013) is known color: Cocoa Brown. HEX triplet: 35, 20 and 13. RGB value is (53,32,19). Sum of RGB (Red+Green+Blue) = 53+32+19=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #352013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352013 is #CADFEC. Grayscale: #242424. Windows color (decimal): -13295597 or 1253429. OLE color: 1253429.

HSL color Cylindrical-coordinate representation of color #352013: hue angle of 22.94º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #352013 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 32 19 -
CMYK 0 0.40 0.64 0.79
HSL 22.94º 0.47% 0.14% -
HSV(B) 22.94º 0.64% 0.21% -
XYZ 2.1 1.84 0.86 -
YUV 36.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 53 32 19 0 0.40 0.64 0.79 22.94 0.47 0.14
Hex 35 20 13 0 28 40 4F 17 2F E
Octal 65 40 23 0 50 100 117 27 57 16
Binary 110101 100000 10011 0 101000 1000000 1001111 10111 101111 1110

Color Harmonies of #352013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352013

Black with #352013

Text Example


Text Example

White with #352013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352013; }

 p { color: rgb(53,32,19); }

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

background-color css

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

 a { background-color: rgb(53,32,19); }

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

border-color css

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

 span { border-color: rgb(53,32,19); }

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