Html Css Color HEX #321C0B Cocoa Brown

📋 copy color: '#321C0B'

red 50 ◦ green 28 ◦ blue 11

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

Shades of Cocoa Brown #321C0B

Tints of Cocoa Brown #321C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 31.46%

 BLUE value IS 11 (4.69% from 255) = 12.36%

R = 56.18%
G = 31.46%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#321C0B (or 0x321C0B) is known color: Cocoa Brown. HEX triplet: 32, 1C and 0B. RGB value is (50,28,11). Sum of RGB (Red+Green+Blue) = 50+28+11=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C0B is #CDE3F4. Grayscale: #202020. Windows color (decimal): -13493237 or 728114. OLE color: 728114.

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

Color convert

RGB 50 28 11 -
CMYK 0 0.44 0.78 0.80
HSL 26.15º 0.64% 0.12% -
HSV(B) 26.15º 0.78% 0.2% -
XYZ 1.79 1.53 0.52 -
YUV 32.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 50 28 11 0 0.44 0.78 0.80 26.15 0.64 0.12
Hex 32 1C B 0 2C 4E 50 1A 40 C
Octal 62 34 13 0 54 116 120 32 100 14
Binary 110010 11100 1011 0 101100 1001110 1010000 11010 1000000 1100

Color Harmonies of #321C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C0B

Black with #321C0B

Text Example


Text Example

White with #321C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,28,11); }

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

background-color css

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

 a { background-color: rgb(50,28,11); }

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

border-color css

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

 span { border-color: rgb(50,28,11); }

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