Html Css Color HEX #311202 Brown Pod

📋 copy color: '#311202'

red 49 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #311202

Tints of Brown Pod #311202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.9%

R = 71.01%
G = 26.09%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#311202 (or 0x311202) is known color: Brown Pod. HEX triplet: 31, 12 and 02. RGB value is (49,18,2). Sum of RGB (Red+Green+Blue) = 49+18+2=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #311202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311202 is #CEEDFD. Grayscale: #191919. Windows color (decimal): -13561342 or 135729. OLE color: 135729.

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

Color convert

RGB 49 18 2 -
CMYK 0 0.63 0.96 0.81
HSL 20.43º 0.92% 0.1% -
HSV(B) 20.43º 0.96% 0.19% -
XYZ 1.49 1.09 0.19 -
YUV 25.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 49 18 2 0 0.63 0.96 0.81 20.43 0.92 0.1
Hex 31 12 2 0 3F 60 51 14 5C A
Octal 61 22 2 0 77 140 121 24 134 12
Binary 110001 10010 10 0 111111 1100000 1010001 10100 1011100 1010

Color Harmonies of #311202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311202

Black with #311202

Text Example


Text Example

White with #311202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311202; }

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

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

background-color css

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

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

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

border-color css

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

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

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