Html Css Color HEX #311504 Brown Pod

📋 copy color: '#311504'

red 49 ◦ green 21 ◦ blue 4

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

Shades of Brown Pod #311504

Tints of Brown Pod #311504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.41%

R = 66.22%
G = 28.38%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#311504 (or 0x311504) is known color: Brown Pod. HEX triplet: 31, 15 and 04. RGB value is (49,21,4). Sum of RGB (Red+Green+Blue) = 49+21+4=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311504 is #CEEAFB. Grayscale: #1B1B1B. Windows color (decimal): -13560572 or 267569. OLE color: 267569.

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

Color convert

RGB 49 21 4 -
CMYK 0 0.57 0.92 0.81
HSL 22.67º 0.85% 0.1% -
HSV(B) 22.67º 0.92% 0.19% -
XYZ 1.56 1.2 0.26 -
YUV 27.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 49 21 4 0 0.57 0.92 0.81 22.67 0.85 0.1
Hex 31 15 4 0 39 5C 51 17 55 A
Octal 61 25 4 0 71 134 121 27 125 12
Binary 110001 10101 100 0 111001 1011100 1010001 10111 1010101 1010

Color Harmonies of #311504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311504

Black with #311504

Text Example


Text Example

White with #311504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311504; }

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

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

background-color css

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

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

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

border-color css

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

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

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