Html Css Color HEX #352514 Cocoa Brown

📋 copy color: '#352514'

red 53 ◦ green 37 ◦ blue 20

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

Shades of Cocoa Brown #352514

Tints of Cocoa Brown #352514

RGB

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

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

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

R = 48.18%
G = 33.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#352514 (or 0x352514) is known color: Cocoa Brown. HEX triplet: 35, 25 and 14. RGB value is (53,37,20). Sum of RGB (Red+Green+Blue) = 53+37+20=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352514 is #CADAEB. Grayscale: #272727. Windows color (decimal): -13294316 or 1320245. OLE color: 1320245.

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

Color convert

RGB 53 37 20 -
CMYK 0 0.30 0.62 0.79
HSL 30.91º 0.45% 0.14% -
HSV(B) 30.91º 0.62% 0.21% -
XYZ 2.26 2.13 0.95 -
YUV 39.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 53 37 20 0 0.30 0.62 0.79 30.91 0.45 0.14
Hex 35 25 14 0 1E 3E 4F 1F 2D E
Octal 65 45 24 0 36 76 117 37 55 16
Binary 110101 100101 10100 0 11110 111110 1001111 11111 101101 1110

Color Harmonies of #352514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352514

Black with #352514

Text Example


Text Example

White with #352514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352514; }

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

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

background-color css

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

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

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

border-color css

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

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

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