Html Css Color HEX #321300 Brown Pod

📋 copy color: '#321300'

red 50 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #321300

Tints of Brown Pod #321300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.46%
G = 27.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#321300 (or 0x321300) is known color: Brown Pod. HEX triplet: 32, 13 and 00. RGB value is (50,19,0). Sum of RGB (Red+Green+Blue) = 50+19+0=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #321300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321300 is #CDECFF. Grayscale: #1A1A1A. Windows color (decimal): -13495552 or 4914. OLE color: 4914.

HSL color Cylindrical-coordinate representation of color #321300: hue angle of 22.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #321300 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 19 0 -
CMYK 0 0.62 1 0.80
HSL 22.8º 1% 0.1% -
HSV(B) 22.8º 1% 0.2% -
XYZ 1.55 1.14 0.14 -
YUV 26.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 50 19 0 0 0.62 1 0.80 22.8 1 0.1
Hex 32 13 0 0 3E 64 50 17 64 A
Octal 62 23 0 0 76 144 120 27 144 12
Binary 110010 10011 0 0 111110 1100100 1010000 10111 1100100 1010

Color Harmonies of #321300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321300

Black with #321300

Text Example


Text Example

White with #321300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321300; }

 p { color: rgb(50,19,0); }

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

background-color css

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

 a { background-color: rgb(50,19,0); }

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

border-color css

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

 span { border-color: rgb(50,19,0); }

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