Html Css Color HEX #352515 Cocoa Brown

📋 copy color: '#352515'

red 53 ◦ green 37 ◦ blue 21

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

Shades of Cocoa Brown #352515

Tints of Cocoa Brown #352515

RGB

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

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

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

R = 47.75%
G = 33.33%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#352515 (or 0x352515) is known color: Cocoa Brown. HEX triplet: 35, 25 and 15. RGB value is (53,37,21). Sum of RGB (Red+Green+Blue) = 53+37+21=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352515 is #CADAEA. Grayscale: #282828. Windows color (decimal): -13294315 or 1385781. OLE color: 1385781.

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

Color convert

RGB 53 37 21 -
CMYK 0 0.30 0.60 0.79
HSL 30º 0.43% 0.15% -
HSV(B) 30º 0.6% 0.21% -
XYZ 2.27 2.13 1 -
YUV 39.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 53 37 21 0 0.30 0.60 0.79 30 0.43 0.15
Hex 35 25 15 0 1E 3C 4F 1E 2B F
Octal 65 45 25 0 36 74 117 36 53 17
Binary 110101 100101 10101 0 11110 111100 1001111 11110 101011 1111

Color Harmonies of #352515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352515

Black with #352515

Text Example


Text Example

White with #352515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352515; }

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

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

background-color css

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

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

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

border-color css

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

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

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