Html Css Color HEX #491B0C Brown Pod

📋 copy color: '#491B0C'

red 73 ◦ green 27 ◦ blue 12

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

Shades of Brown Pod #491B0C

Tints of Brown Pod #491B0C

RGB

 RED value IS 73 (28.91% from 255) = 65.18%

 GREEN value IS 27 (10.94% from 255) = 24.11%

 BLUE value IS 12 (5.08% from 255) = 10.71%

R = 65.18%
G = 24.11%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#491B0C (or 0x491B0C) is known color: Brown Pod. HEX triplet: 49, 1B and 0C. RGB value is (73,27,12). Sum of RGB (Red+Green+Blue) = 73+27+12=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #491B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B0C is #B6E4F3. Grayscale: #272727. Windows color (decimal): -11986164 or 793417. OLE color: 793417.

HSL color Cylindrical-coordinate representation of color #491B0C: hue angle of 14.75º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491B0C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 27 12 -
CMYK 0 0.63 0.84 0.71
HSL 14.75º 0.72% 0.17% -
HSV(B) 14.75º 0.84% 0.29% -
XYZ 3.21 2.23 0.61 -
YUV 39.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 73 27 12 0 0.63 0.84 0.71 14.75 0.72 0.17
Hex 49 1B C 0 3F 54 47 F 48 11
Octal 111 33 14 0 77 124 107 17 110 21
Binary 1001001 11011 1100 0 111111 1010100 1000111 1111 1001000 10001

Color Harmonies of #491B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B0C

Black with #491B0C

Text Example


Text Example

White with #491B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491B0C; }

 p { color: rgb(73,27,12); }

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

background-color css

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

 a { background-color: rgb(73,27,12); }

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

border-color css

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

 span { border-color: rgb(73,27,12); }

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