Html Css Color HEX #352614 Cocoa Brown

📋 copy color: '#352614'

red 53 ◦ green 38 ◦ blue 20

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

Shades of Cocoa Brown #352614

Tints of Cocoa Brown #352614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.23%

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

R = 47.75%
G = 34.23%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#352614 (or 0x352614) is known color: Cocoa Brown. HEX triplet: 35, 26 and 14. RGB value is (53,38,20). Sum of RGB (Red+Green+Blue) = 53+38+20=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352614 is #CAD9EB. Grayscale: #282828. Windows color (decimal): -13294060 or 1320501. OLE color: 1320501.

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

Color convert

RGB 53 38 20 -
CMYK 0 0.28 0.62 0.79
HSL 32.73º 0.45% 0.14% -
HSV(B) 32.73º 0.62% 0.21% -
XYZ 2.29 2.19 0.96 -
YUV 40.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 53 38 20 0 0.28 0.62 0.79 32.73 0.45 0.14
Hex 35 26 14 0 1C 3E 4F 21 2D E
Octal 65 46 24 0 34 76 117 41 55 16
Binary 110101 100110 10100 0 11100 111110 1001111 100001 101101 1110

Color Harmonies of #352614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352614

Black with #352614

Text Example


Text Example

White with #352614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352614; }

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

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

background-color css

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

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

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

border-color css

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

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

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