Html Css Color HEX #491B00 Brown Pod

📋 copy color: '#491B00'

red 73 ◦ green 27 ◦ blue 0

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

Shades of Brown Pod #491B00

Tints of Brown Pod #491B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73%
G = 27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#491B00 (or 0x491B00) is known color: Brown Pod. HEX triplet: 49, 1B and 00. RGB value is (73,27,0). Sum of RGB (Red+Green+Blue) = 73+27+0=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #491B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B00 is #B6E4FF. Grayscale: #252525. Windows color (decimal): -11986176 or 6985. OLE color: 6985.

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

Color convert

RGB 73 27 0 -
CMYK 0 0.63 1 0.71
HSL 22.19º 1% 0.14% -
HSV(B) 22.19º 1% 0.29% -
XYZ 3.14 2.2 0.26 -
YUV 37.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 73 27 0 0 0.63 1 0.71 22.19 1 0.14
Hex 49 1B 0 0 3F 64 47 16 64 E
Octal 111 33 0 0 77 144 107 26 144 16
Binary 1001001 11011 0 0 111111 1100100 1000111 10110 1100100 1110

Color Harmonies of #491B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B00

Black with #491B00

Text Example


Text Example

White with #491B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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