Html Css Color HEX #352414 Cocoa Brown

📋 copy color: '#352414'

red 53 ◦ green 36 ◦ blue 20

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

Shades of Cocoa Brown #352414

Tints of Cocoa Brown #352414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.35%

R = 48.62%
G = 33.03%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#352414 (or 0x352414) is known color: Cocoa Brown. HEX triplet: 35, 24 and 14. RGB value is (53,36,20). Sum of RGB (Red+Green+Blue) = 53+36+20=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #352414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352414 is #CADBEB. Grayscale: #272727. Windows color (decimal): -13294572 or 1319989. OLE color: 1319989.

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

Color convert

RGB 53 36 20 -
CMYK 0 0.32 0.62 0.79
HSL 29.09º 0.45% 0.14% -
HSV(B) 29.09º 0.62% 0.21% -
XYZ 2.23 2.07 0.94 -
YUV 39.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 53 36 20 0 0.32 0.62 0.79 29.09 0.45 0.14
Hex 35 24 14 0 20 3E 4F 1D 2D E
Octal 65 44 24 0 40 76 117 35 55 16
Binary 110101 100100 10100 0 100000 111110 1001111 11101 101101 1110

Color Harmonies of #352414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352414

Black with #352414

Text Example


Text Example

White with #352414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352414; }

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

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

background-color css

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

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

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

border-color css

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

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

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