Html Css Color HEX #321706 Brown Pod

📋 copy color: '#321706'

red 50 ◦ green 23 ◦ blue 6

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

Shades of Brown Pod #321706

Tints of Brown Pod #321706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.11%

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

R = 63.29%
G = 29.11%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#321706 (or 0x321706) is known color: Brown Pod. HEX triplet: 32, 17 and 06. RGB value is (50,23,6). Sum of RGB (Red+Green+Blue) = 50+23+6=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #321706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321706 is #CDE8F9. Grayscale: #1D1D1D. Windows color (decimal): -13494522 or 399154. OLE color: 399154.

HSL color Cylindrical-coordinate representation of color #321706: hue angle of 23.18º 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 #321706 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 23 6 -
CMYK 0 0.54 0.88 0.80
HSL 23.18º 0.79% 0.11% -
HSV(B) 23.18º 0.88% 0.2% -
XYZ 1.65 1.3 0.34 -
YUV 29.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 50 23 6 0 0.54 0.88 0.80 23.18 0.79 0.11
Hex 32 17 6 0 36 58 50 17 4F B
Octal 62 27 6 0 66 130 120 27 117 13
Binary 110010 10111 110 0 110110 1011000 1010000 10111 1001111 1011

Color Harmonies of #321706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321706

Black with #321706

Text Example


Text Example

White with #321706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321706; }

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

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

background-color css

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

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

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

border-color css

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

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

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