Html Css Color HEX #321F14 Cocoa Brown

📋 copy color: '#321F14'

red 50 ◦ green 31 ◦ blue 20

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

Shades of Cocoa Brown #321F14

Tints of Cocoa Brown #321F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.69%

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

R = 49.5%
G = 30.69%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#321F14 (or 0x321F14) is known color: Cocoa Brown. HEX triplet: 32, 1F and 14. RGB value is (50,31,20). Sum of RGB (Red+Green+Blue) = 50+31+20=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #321F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F14 is #CDE0EB. Grayscale: #232323. Windows color (decimal): -13492460 or 1318706. OLE color: 1318706.

HSL color Cylindrical-coordinate representation of color #321F14: hue angle of 22º 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 #321F14 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 31 20 -
CMYK 0 0.38 0.60 0.80
HSL 22º 0.43% 0.14% -
HSV(B) 22º 0.6% 0.2% -
XYZ 1.93 1.71 0.89 -
YUV 35.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 50 31 20 0 0.38 0.60 0.80 22 0.43 0.14
Hex 32 1F 14 0 26 3C 50 16 2B E
Octal 62 37 24 0 46 74 120 26 53 16
Binary 110010 11111 10100 0 100110 111100 1010000 10110 101011 1110

Color Harmonies of #321F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F14

Black with #321F14

Text Example


Text Example

White with #321F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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