Html Css Color HEX #352310 Cocoa Brown

📋 copy color: '#352310'

red 53 ◦ green 35 ◦ blue 16

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

Shades of Cocoa Brown #352310

Tints of Cocoa Brown #352310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.38%

R = 50.96%
G = 33.65%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#352310 (or 0x352310) is known color: Cocoa Brown. HEX triplet: 35, 23 and 10. RGB value is (53,35,16). Sum of RGB (Red+Green+Blue) = 53+35+16=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #352310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352310 is #CADCEF. Grayscale: #262626. Windows color (decimal): -13294832 or 1057589. OLE color: 1057589.

HSL color Cylindrical-coordinate representation of color #352310: hue angle of 30.81º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352310 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 35 16 -
CMYK 0 0.34 0.70 0.79
HSL 30.81º 0.54% 0.14% -
HSV(B) 30.81º 0.7% 0.21% -
XYZ 2.16 2 0.76 -
YUV 38.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 53 35 16 0 0.34 0.70 0.79 30.81 0.54 0.14
Hex 35 23 10 0 22 46 4F 1F 36 E
Octal 65 43 20 0 42 106 117 37 66 16
Binary 110101 100011 10000 0 100010 1000110 1001111 11111 110110 1110

Color Harmonies of #352310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352310

Black with #352310

Text Example


Text Example

White with #352310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352310; }

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

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

background-color css

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

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

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

border-color css

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

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

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