Html Css Color HEX #321F0D Cocoa Brown

📋 copy color: '#321F0D'

red 50 ◦ green 31 ◦ blue 13

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

Shades of Cocoa Brown #321F0D

Tints of Cocoa Brown #321F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.83%

R = 53.19%
G = 32.98%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#321F0D (or 0x321F0D) is known color: Cocoa Brown. HEX triplet: 32, 1F and 0D. RGB value is (50,31,13). Sum of RGB (Red+Green+Blue) = 50+31+13=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F0D is #CDE0F2. Grayscale: #222222. Windows color (decimal): -13492467 or 859954. OLE color: 859954.

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

Color convert

RGB 50 31 13 -
CMYK 0 0.38 0.74 0.80
HSL 29.19º 0.59% 0.12% -
HSV(B) 29.19º 0.74% 0.2% -
XYZ 1.88 1.69 0.61 -
YUV 34.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 50 31 13 0 0.38 0.74 0.80 29.19 0.59 0.12
Hex 32 1F D 0 26 4A 50 1D 3B C
Octal 62 37 15 0 46 112 120 35 73 14
Binary 110010 11111 1101 0 100110 1001010 1010000 11101 111011 1100

Color Harmonies of #321F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F0D

Black with #321F0D

Text Example


Text Example

White with #321F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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