Html Css Color HEX #311502 Brown Pod

📋 copy color: '#311502'

red 49 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #311502

Tints of Brown Pod #311502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.17%

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

R = 68.06%
G = 29.17%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#311502 (or 0x311502) is known color: Brown Pod. HEX triplet: 31, 15 and 02. RGB value is (49,21,2). Sum of RGB (Red+Green+Blue) = 49+21+2=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #311502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311502 is #CEEAFD. Grayscale: #1B1B1B. Windows color (decimal): -13560574 or 136497. OLE color: 136497.

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

Color convert

RGB 49 21 2 -
CMYK 0 0.57 0.96 0.81
HSL 24.26º 0.92% 0.1% -
HSV(B) 24.26º 0.96% 0.19% -
XYZ 1.55 1.19 0.21 -
YUV 27.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 49 21 2 0 0.57 0.96 0.81 24.26 0.92 0.1
Hex 31 15 2 0 39 60 51 18 5C A
Octal 61 25 2 0 71 140 121 30 134 12
Binary 110001 10101 10 0 111001 1100000 1010001 11000 1011100 1010

Color Harmonies of #311502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311502

Black with #311502

Text Example


Text Example

White with #311502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311502; }

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

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

background-color css

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

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

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

border-color css

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

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

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