Html Css Color HEX #311200 Brown Pod

📋 copy color: '#311200'

red 49 ◦ green 18 ◦ blue 0

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

Shades of Brown Pod #311200

Tints of Brown Pod #311200

RGB

 RED value IS 49 (19.53% from 255) = 73.13%

 GREEN value IS 18 (7.42% from 255) = 26.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.13%
G = 26.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#311200 (or 0x311200) is known color: Brown Pod. HEX triplet: 31, 12 and 00. RGB value is (49,18,0). Sum of RGB (Red+Green+Blue) = 49+18+0=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #311200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311200 is #CEEDFF. Grayscale: #191919. Windows color (decimal): -13561344 or 4657. OLE color: 4657.

HSL color Cylindrical-coordinate representation of color #311200: hue angle of 22.04º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #311200 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 18 0 -
CMYK 0 0.63 1 0.81
HSL 22.04º 1% 0.1% -
HSV(B) 22.04º 1% 0.19% -
XYZ 1.48 1.09 0.13 -
YUV 25.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 49 18 0 0 0.63 1 0.81 22.04 1 0.1
Hex 31 12 0 0 3F 64 51 16 64 A
Octal 61 22 0 0 77 144 121 26 144 12
Binary 110001 10010 0 0 111111 1100100 1010001 10110 1100100 1010

Color Harmonies of #311200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311200

Black with #311200

Text Example


Text Example

White with #311200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311200; }

 p { color: rgb(49,18,0); }

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

background-color css

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

 a { background-color: rgb(49,18,0); }

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

border-color css

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

 span { border-color: rgb(49,18,0); }

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