Html Css Color HEX #491C00 Brown Pod

📋 copy color: '#491C00'

red 73 ◦ green 28 ◦ blue 0

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

Shades of Brown Pod #491C00

Tints of Brown Pod #491C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.72%

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

R = 72.28%
G = 27.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#491C00 (or 0x491C00) is known color: Brown Pod. HEX triplet: 49, 1C and 00. RGB value is (73,28,0). Sum of RGB (Red+Green+Blue) = 73+28+0=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #491C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C00 is #B6E3FF. Grayscale: #262626. Windows color (decimal): -11985920 or 7241. OLE color: 7241.

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

Color convert

RGB 73 28 0 -
CMYK 0 0.62 1 0.71
HSL 23.01º 1% 0.14% -
HSV(B) 23.01º 1% 0.29% -
XYZ 3.16 2.25 0.27 -
YUV 38.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 73 28 0 0 0.62 1 0.71 23.01 1 0.14
Hex 49 1C 0 0 3E 64 47 17 64 E
Octal 111 34 0 0 76 144 107 27 144 16
Binary 1001001 11100 0 0 111110 1100100 1000111 10111 1100100 1110

Color Harmonies of #491C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C00

Black with #491C00

Text Example


Text Example

White with #491C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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