Html Css Color HEX #322214 Cocoa Brown

📋 copy color: '#322214'

red 50 ◦ green 34 ◦ blue 20

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

Shades of Cocoa Brown #322214

Tints of Cocoa Brown #322214

RGB

 RED value IS 50 (19.92% from 255) = 48.08%

 GREEN value IS 34 (13.67% from 255) = 32.69%

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

R = 48.08%
G = 32.69%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#322214 (or 0x322214) is known color: Cocoa Brown. HEX triplet: 32, 22 and 14. RGB value is (50,34,20). Sum of RGB (Red+Green+Blue) = 50+34+20=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #322214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322214 is #CDDDEB. Grayscale: #252525. Windows color (decimal): -13491692 or 1319474. OLE color: 1319474.

HSL color Cylindrical-coordinate representation of color #322214: hue angle of 28º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322214 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 34 20 -
CMYK 0 0.32 0.60 0.80
HSL 28º 0.43% 0.14% -
HSV(B) 28º 0.6% 0.2% -
XYZ 2.01 1.87 0.92 -
YUV 37.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 50 34 20 0 0.32 0.60 0.80 28 0.43 0.14
Hex 32 22 14 0 20 3C 50 1C 2B E
Octal 62 42 24 0 40 74 120 34 53 16
Binary 110010 100010 10100 0 100000 111100 1010000 11100 101011 1110

Color Harmonies of #322214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322214

Black with #322214

Text Example


Text Example

White with #322214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322214; }

 p { color: rgb(50,34,20); }

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

background-color css

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

 a { background-color: rgb(50,34,20); }

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

border-color css

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

 span { border-color: rgb(50,34,20); }

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