Html Css Color HEX #352511 Cocoa Brown

📋 copy color: '#352511'

red 53 ◦ green 37 ◦ blue 17

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

Shades of Cocoa Brown #352511

Tints of Cocoa Brown #352511

RGB

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

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

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

R = 49.53%
G = 34.58%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#352511 (or 0x352511) is known color: Cocoa Brown. HEX triplet: 35, 25 and 11. RGB value is (53,37,17). Sum of RGB (Red+Green+Blue) = 53+37+17=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #352511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352511 is #CADAEE. Grayscale: #272727. Windows color (decimal): -13294319 or 1123637. OLE color: 1123637.

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

Color convert

RGB 53 37 17 -
CMYK 0 0.30 0.68 0.79
HSL 33.33º 0.51% 0.14% -
HSV(B) 33.33º 0.68% 0.21% -
XYZ 2.23 2.12 0.82 -
YUV 39.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 53 37 17 0 0.30 0.68 0.79 33.33 0.51 0.14
Hex 35 25 11 0 1E 44 4F 21 33 E
Octal 65 45 21 0 36 104 117 41 63 16
Binary 110101 100101 10001 0 11110 1000100 1001111 100001 110011 1110

Color Harmonies of #352511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352511

Black with #352511

Text Example


Text Example

White with #352511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352511; }

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

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

background-color css

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

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

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

border-color css

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

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

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