Html Css Color HEX #352415 Cocoa Brown

📋 copy color: '#352415'

red 53 ◦ green 36 ◦ blue 21

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

Shades of Cocoa Brown #352415

Tints of Cocoa Brown #352415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.73%

 BLUE value IS 21 (8.59% from 255) = 19.09%

R = 48.18%
G = 32.73%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#352415 (or 0x352415) is known color: Cocoa Brown. HEX triplet: 35, 24 and 15. RGB value is (53,36,21). Sum of RGB (Red+Green+Blue) = 53+36+21=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352415 is #CADBEA. Grayscale: #272727. Windows color (decimal): -13294571 or 1385525. OLE color: 1385525.

HSL color Cylindrical-coordinate representation of color #352415: hue angle of 28.12º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352415 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 36 21 -
CMYK 0 0.32 0.60 0.79
HSL 28.13º 0.43% 0.15% -
HSV(B) 28.13º 0.6% 0.21% -
XYZ 2.23 2.07 0.99 -
YUV 39.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 53 36 21 0 0.32 0.60 0.79 28.13 0.43 0.15
Hex 35 24 15 0 20 3C 4F 1C 2B F
Octal 65 44 25 0 40 74 117 34 53 17
Binary 110101 100100 10101 0 100000 111100 1001111 11100 101011 1111

Color Harmonies of #352415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352415

Black with #352415

Text Example


Text Example

White with #352415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352415; }

 p { color: rgb(53,36,21); }

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

background-color css

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

 a { background-color: rgb(53,36,21); }

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

border-color css

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

 span { border-color: rgb(53,36,21); }

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