Html Css Color HEX #352315 Cocoa Brown

📋 copy color: '#352315'

red 53 ◦ green 35 ◦ blue 21

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

Shades of Cocoa Brown #352315

Tints of Cocoa Brown #352315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.11%

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

R = 48.62%
G = 32.11%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#352315 (or 0x352315) is known color: Cocoa Brown. HEX triplet: 35, 23 and 15. RGB value is (53,35,21). Sum of RGB (Red+Green+Blue) = 53+35+21=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #352315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352315 is #CADCEA. Grayscale: #262626. Windows color (decimal): -13294827 or 1385269. OLE color: 1385269.

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

Color convert

RGB 53 35 21 -
CMYK 0 0.34 0.60 0.79
HSL 26.25º 0.43% 0.15% -
HSV(B) 26.25º 0.6% 0.21% -
XYZ 2.2 2.01 0.98 -
YUV 38.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 53 35 21 0 0.34 0.60 0.79 26.25 0.43 0.15
Hex 35 23 15 0 22 3C 4F 1A 2B F
Octal 65 43 25 0 42 74 117 32 53 17
Binary 110101 100011 10101 0 100010 111100 1001111 11010 101011 1111

Color Harmonies of #352315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352315

Black with #352315

Text Example


Text Example

White with #352315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352315; }

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

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

background-color css

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

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

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

border-color css

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

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

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