Html Css Color HEX #321705 Brown Pod

📋 copy color: '#321705'

red 50 ◦ green 23 ◦ blue 5

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

Shades of Brown Pod #321705

Tints of Brown Pod #321705

RGB

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

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

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

R = 64.1%
G = 29.49%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#321705 (or 0x321705) is known color: Brown Pod. HEX triplet: 32, 17 and 05. RGB value is (50,23,5). Sum of RGB (Red+Green+Blue) = 50+23+5=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #321705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321705 is #CDE8FA. Grayscale: #1D1D1D. Windows color (decimal): -13494523 or 333618. OLE color: 333618.

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

Color convert

RGB 50 23 5 -
CMYK 0 0.54 0.90 0.80
HSL 24º 0.82% 0.11% -
HSV(B) 24º 0.9% 0.2% -
XYZ 1.65 1.3 0.31 -
YUV 29.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 50 23 5 0 0.54 0.90 0.80 24 0.82 0.11
Hex 32 17 5 0 36 5A 50 18 52 B
Octal 62 27 5 0 66 132 120 30 122 13
Binary 110010 10111 101 0 110110 1011010 1010000 11000 1010010 1011

Color Harmonies of #321705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321705

Black with #321705

Text Example


Text Example

White with #321705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321705; }

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

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

background-color css

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

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

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

border-color css

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

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

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