Html Css Color HEX #352011 Cocoa Brown

📋 copy color: '#352011'

red 53 ◦ green 32 ◦ blue 17

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

Shades of Cocoa Brown #352011

Tints of Cocoa Brown #352011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.67%

R = 51.96%
G = 31.37%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#352011 (or 0x352011) is known color: Cocoa Brown. HEX triplet: 35, 20 and 11. RGB value is (53,32,17). Sum of RGB (Red+Green+Blue) = 53+32+17=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #352011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352011 is #CADFEE. Grayscale: #242424. Windows color (decimal): -13295599 or 1122357. OLE color: 1122357.

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

Color convert

RGB 53 32 17 -
CMYK 0 0.40 0.68 0.79
HSL 25º 0.51% 0.14% -
HSV(B) 25º 0.68% 0.21% -
XYZ 2.09 1.83 0.77 -
YUV 36.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 53 32 17 0 0.40 0.68 0.79 25 0.51 0.14
Hex 35 20 11 0 28 44 4F 19 33 E
Octal 65 40 21 0 50 104 117 31 63 16
Binary 110101 100000 10001 0 101000 1000100 1001111 11001 110011 1110

Color Harmonies of #352011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352011

Black with #352011

Text Example


Text Example

White with #352011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352011; }

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

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

background-color css

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

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

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

border-color css

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

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

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