Html Css Color HEX #321F0C Cocoa Brown

📋 copy color: '#321F0C'

red 50 ◦ green 31 ◦ blue 12

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

Shades of Cocoa Brown #321F0C

Tints of Cocoa Brown #321F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.9%

R = 53.76%
G = 33.33%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.80

RGB Variations

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

Color information

#321F0C (or 0x321F0C) is known color: Cocoa Brown. HEX triplet: 32, 1F and 0C. RGB value is (50,31,12). Sum of RGB (Red+Green+Blue) = 50+31+12=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F0C is #CDE0F3. Grayscale: #222222. Windows color (decimal): -13492468 or 794418. OLE color: 794418.

HSL color Cylindrical-coordinate representation of color #321F0C: hue angle of 30º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321F0C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 31 12 -
CMYK 0 0.38 0.76 0.80
HSL 30º 0.61% 0.12% -
HSV(B) 30º 0.76% 0.2% -
XYZ 1.87 1.68 0.57 -
YUV 34.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 50 31 12 0 0.38 0.76 0.80 30 0.61 0.12
Hex 32 1F C 0 26 4C 50 1E 3D C
Octal 62 37 14 0 46 114 120 36 75 14
Binary 110010 11111 1100 0 100110 1001100 1010000 11110 111101 1100

Color Harmonies of #321F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F0C

Black with #321F0C

Text Example


Text Example

White with #321F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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