Html Css Color HEX #352715 Cocoa Brown

📋 copy color: '#352715'

red 53 ◦ green 39 ◦ blue 21

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

Shades of Cocoa Brown #352715

Tints of Cocoa Brown #352715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.51%

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

R = 46.9%
G = 34.51%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#352715 (or 0x352715) is known color: Cocoa Brown. HEX triplet: 35, 27 and 15. RGB value is (53,39,21). Sum of RGB (Red+Green+Blue) = 53+39+21=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352715 is #CAD8EA. Grayscale: #292929. Windows color (decimal): -13293803 or 1386293. OLE color: 1386293.

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

Color convert

RGB 53 39 21 -
CMYK 0 0.26 0.60 0.79
HSL 33.75º 0.43% 0.15% -
HSV(B) 33.75º 0.6% 0.21% -
XYZ 2.33 2.26 1.02 -
YUV 41.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 53 39 21 0 0.26 0.60 0.79 33.75 0.43 0.15
Hex 35 27 15 0 1A 3C 4F 22 2B F
Octal 65 47 25 0 32 74 117 42 53 17
Binary 110101 100111 10101 0 11010 111100 1001111 100010 101011 1111

Color Harmonies of #352715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352715

Black with #352715

Text Example


Text Example

White with #352715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352715; }

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

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

background-color css

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

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

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

border-color css

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

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

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