Html Css Color HEX #321808 Brown Pod

📋 copy color: '#321808'

red 50 ◦ green 24 ◦ blue 8

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

Shades of Brown Pod #321808

Tints of Brown Pod #321808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 29.27%

 BLUE value IS 8 (3.52% from 255) = 9.76%

R = 60.98%
G = 29.27%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.80

RGB Variations

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

Color information

#321808 (or 0x321808) is known color: Brown Pod. HEX triplet: 32, 18 and 08. RGB value is (50,24,8). Sum of RGB (Red+Green+Blue) = 50+24+8=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #321808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321808 is #CDE7F7. Grayscale: #1E1E1E. Windows color (decimal): -13494264 or 530482. OLE color: 530482.

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

Color convert

RGB 50 24 8 -
CMYK 0 0.52 0.84 0.80
HSL 22.86º 0.72% 0.11% -
HSV(B) 22.86º 0.84% 0.2% -
XYZ 1.69 1.35 0.4 -
YUV 29.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 50 24 8 0 0.52 0.84 0.80 22.86 0.72 0.11
Hex 32 18 8 0 34 54 50 17 48 B
Octal 62 30 10 0 64 124 120 27 110 13
Binary 110010 11000 1000 0 110100 1010100 1010000 10111 1001000 1011

Color Harmonies of #321808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321808

Black with #321808

Text Example


Text Example

White with #321808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321808; }

 p { color: rgb(50,24,8); }

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

background-color css

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

 a { background-color: rgb(50,24,8); }

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

border-color css

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

 span { border-color: rgb(50,24,8); }

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