Html Css Color HEX #352513 Cocoa Brown

📋 copy color: '#352513'

red 53 ◦ green 37 ◦ blue 19

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

Shades of Cocoa Brown #352513

Tints of Cocoa Brown #352513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 48.62%
G = 33.94%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#352513 (or 0x352513) is known color: Cocoa Brown. HEX triplet: 35, 25 and 13. RGB value is (53,37,19). Sum of RGB (Red+Green+Blue) = 53+37+19=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #352513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352513 is #CADAEC. Grayscale: #272727. Windows color (decimal): -13294317 or 1254709. OLE color: 1254709.

HSL color Cylindrical-coordinate representation of color #352513: hue angle of 31.76º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #352513 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 37 19 -
CMYK 0 0.30 0.64 0.79
HSL 31.76º 0.47% 0.14% -
HSV(B) 31.76º 0.64% 0.21% -
XYZ 2.25 2.13 0.91 -
YUV 39.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 53 37 19 0 0.30 0.64 0.79 31.76 0.47 0.14
Hex 35 25 13 0 1E 40 4F 20 2F E
Octal 65 45 23 0 36 100 117 40 57 16
Binary 110101 100101 10011 0 11110 1000000 1001111 100000 101111 1110

Color Harmonies of #352513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352513

Black with #352513

Text Example


Text Example

White with #352513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352513; }

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

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

background-color css

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

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

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

border-color css

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

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

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