Html Css Color HEX #321506 Brown Pod

📋 copy color: '#321506'

red 50 ◦ green 21 ◦ blue 6

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

Shades of Brown Pod #321506

Tints of Brown Pod #321506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.27%

 BLUE value IS 6 (2.73% from 255) = 7.79%

R = 64.94%
G = 27.27%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#321506 (or 0x321506) is known color: Brown Pod. HEX triplet: 32, 15 and 06. RGB value is (50,21,6). Sum of RGB (Red+Green+Blue) = 50+21+6=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #321506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321506 is #CDEAF9. Grayscale: #1C1C1C. Windows color (decimal): -13495034 or 398642. OLE color: 398642.

HSL color Cylindrical-coordinate representation of color #321506: hue angle of 20.45º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321506 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 21 6 -
CMYK 0 0.58 0.88 0.80
HSL 20.45º 0.79% 0.11% -
HSV(B) 20.45º 0.88% 0.2% -
XYZ 1.62 1.23 0.32 -
YUV 27.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 50 21 6 0 0.58 0.88 0.80 20.45 0.79 0.11
Hex 32 15 6 0 3A 58 50 14 4F B
Octal 62 25 6 0 72 130 120 24 117 13
Binary 110010 10101 110 0 111010 1011000 1010000 10100 1001111 1011

Color Harmonies of #321506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321506

Black with #321506

Text Example


Text Example

White with #321506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321506; }

 p { color: rgb(50,21,6); }

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

background-color css

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

 a { background-color: rgb(50,21,6); }

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

border-color css

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

 span { border-color: rgb(50,21,6); }

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