Html Css Color HEX #352313 Cocoa Brown

📋 copy color: '#352313'

red 53 ◦ green 35 ◦ blue 19

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

Shades of Cocoa Brown #352313

Tints of Cocoa Brown #352313

RGB

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

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

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

R = 49.53%
G = 32.71%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#352313 (or 0x352313) is known color: Cocoa Brown. HEX triplet: 35, 23 and 13. RGB value is (53,35,19). Sum of RGB (Red+Green+Blue) = 53+35+19=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #352313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352313 is #CADCEC. Grayscale: #262626. Windows color (decimal): -13294829 or 1254197. OLE color: 1254197.

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

Color convert

RGB 53 35 19 -
CMYK 0 0.34 0.64 0.79
HSL 28.24º 0.47% 0.14% -
HSV(B) 28.24º 0.64% 0.21% -
XYZ 2.19 2.01 0.89 -
YUV 38.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 53 35 19 0 0.34 0.64 0.79 28.24 0.47 0.14
Hex 35 23 13 0 22 40 4F 1C 2F E
Octal 65 43 23 0 42 100 117 34 57 16
Binary 110101 100011 10011 0 100010 1000000 1001111 11100 101111 1110

Color Harmonies of #352313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352313

Black with #352313

Text Example


Text Example

White with #352313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352313; }

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

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

background-color css

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

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

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

border-color css

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

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

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