Html Css Color HEX #352115 Cocoa Brown

📋 copy color: '#352115'

red 53 ◦ green 33 ◦ blue 21

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

Shades of Cocoa Brown #352115

Tints of Cocoa Brown #352115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.84%

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

R = 49.53%
G = 30.84%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#352115 (or 0x352115) is known color: Cocoa Brown. HEX triplet: 35, 21 and 15. RGB value is (53,33,21). Sum of RGB (Red+Green+Blue) = 53+33+21=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #352115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352115 is #CADEEA. Grayscale: #252525. Windows color (decimal): -13295339 or 1384757. OLE color: 1384757.

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

Color convert

RGB 53 33 21 -
CMYK 0 0.38 0.60 0.79
HSL 22.5º 0.43% 0.15% -
HSV(B) 22.5º 0.6% 0.21% -
XYZ 2.15 1.9 0.96 -
YUV 37.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 53 33 21 0 0.38 0.60 0.79 22.5 0.43 0.15
Hex 35 21 15 0 26 3C 4F 16 2B F
Octal 65 41 25 0 46 74 117 26 53 17
Binary 110101 100001 10101 0 100110 111100 1001111 10110 101011 1111

Color Harmonies of #352115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352115

Black with #352115

Text Example


Text Example

White with #352115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352115; }

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

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

background-color css

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

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

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

border-color css

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

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

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