Html Css Color HEX #311402 Brown Pod

📋 copy color: '#311402'

red 49 ◦ green 20 ◦ blue 2

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

Shades of Brown Pod #311402

Tints of Brown Pod #311402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.17%

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

R = 69.01%
G = 28.17%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#311402 (or 0x311402) is known color: Brown Pod. HEX triplet: 31, 14 and 02. RGB value is (49,20,2). Sum of RGB (Red+Green+Blue) = 49+20+2=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #311402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311402 is #CEEBFD. Grayscale: #1A1A1A. Windows color (decimal): -13560830 or 136241. OLE color: 136241.

HSL color Cylindrical-coordinate representation of color #311402: hue angle of 22.98º 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 #311402 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 20 2 -
CMYK 0 0.59 0.96 0.81
HSL 22.98º 0.92% 0.1% -
HSV(B) 22.98º 0.96% 0.19% -
XYZ 1.53 1.16 0.2 -
YUV 26.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 49 20 2 0 0.59 0.96 0.81 22.98 0.92 0.1
Hex 31 14 2 0 3B 60 51 17 5C A
Octal 61 24 2 0 73 140 121 27 134 12
Binary 110001 10100 10 0 111011 1100000 1010001 10111 1011100 1010

Color Harmonies of #311402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311402

Black with #311402

Text Example


Text Example

White with #311402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311402; }

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

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

background-color css

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

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

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

border-color css

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

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

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