Html Css Color HEX #352413 Cocoa Brown

📋 copy color: '#352413'

red 53 ◦ green 36 ◦ blue 19

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

Shades of Cocoa Brown #352413

Tints of Cocoa Brown #352413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.33%

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

R = 49.07%
G = 33.33%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#352413 (or 0x352413) is known color: Cocoa Brown. HEX triplet: 35, 24 and 13. RGB value is (53,36,19). Sum of RGB (Red+Green+Blue) = 53+36+19=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #352413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352413 is #CADBEC. Grayscale: #272727. Windows color (decimal): -13294573 or 1254453. OLE color: 1254453.

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

Color convert

RGB 53 36 19 -
CMYK 0 0.32 0.64 0.79
HSL 30º 0.47% 0.14% -
HSV(B) 30º 0.64% 0.21% -
XYZ 2.22 2.07 0.9 -
YUV 39.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 53 36 19 0 0.32 0.64 0.79 30 0.47 0.14
Hex 35 24 13 0 20 40 4F 1E 2F E
Octal 65 44 23 0 40 100 117 36 57 16
Binary 110101 100100 10011 0 100000 1000000 1001111 11110 101111 1110

Color Harmonies of #352413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352413

Black with #352413

Text Example


Text Example

White with #352413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352413; }

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

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

background-color css

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

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

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

border-color css

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

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

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