Html Css Color HEX #491800 Brown Pod

📋 copy color: '#491800'

red 73 ◦ green 24 ◦ blue 0

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

Shades of Brown Pod #491800

Tints of Brown Pod #491800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 75.26%
G = 24.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#491800 (or 0x491800) is known color: Brown Pod. HEX triplet: 49, 18 and 00. RGB value is (73,24,0). Sum of RGB (Red+Green+Blue) = 73+24+0=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #491800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491800 is #B6E7FF. Grayscale: #242424. Windows color (decimal): -11986944 or 6217. OLE color: 6217.

HSL color Cylindrical-coordinate representation of color #491800: hue angle of 19.73º 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 #491800 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 24 0 -
CMYK 0 0.67 1 0.71
HSL 19.73º 1% 0.14% -
HSV(B) 19.73º 1% 0.29% -
XYZ 3.07 2.07 0.24 -
YUV 35.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 73 24 0 0 0.67 1 0.71 19.73 1 0.14
Hex 49 18 0 0 43 64 47 14 64 E
Octal 111 30 0 0 103 144 107 24 144 16
Binary 1001001 11000 0 0 1000011 1100100 1000111 10100 1100100 1110

Color Harmonies of #491800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491800

Black with #491800

Text Example


Text Example

White with #491800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491800; }

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

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

background-color css

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

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

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

border-color css

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

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

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