Html Css Color HEX #321505 Brown Pod

📋 copy color: '#321505'

red 50 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #321505

Tints of Brown Pod #321505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.58%

R = 65.79%
G = 27.63%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#321505 (or 0x321505) is known color: Brown Pod. HEX triplet: 32, 15 and 05. RGB value is (50,21,5). Sum of RGB (Red+Green+Blue) = 50+21+5=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #321505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321505 is #CDEAFA. Grayscale: #1B1B1B. Windows color (decimal): -13495035 or 333106. OLE color: 333106.

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

Color convert

RGB 50 21 5 -
CMYK 0 0.58 0.90 0.80
HSL 21.33º 0.82% 0.11% -
HSV(B) 21.33º 0.9% 0.2% -
XYZ 1.61 1.23 0.3 -
YUV 27.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 50 21 5 0 0.58 0.90 0.80 21.33 0.82 0.11
Hex 32 15 5 0 3A 5A 50 15 52 B
Octal 62 25 5 0 72 132 120 25 122 13
Binary 110010 10101 101 0 111010 1011010 1010000 10101 1010010 1011

Color Harmonies of #321505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321505

Black with #321505

Text Example


Text Example

White with #321505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321505; }

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

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

background-color css

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

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

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

border-color css

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

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

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