#451E00

Color #451E00 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #451E00

Tints of Brown Pod #451E00

Color information

#451E00 (or 0x451E00) is unknown color: approx Brown Pod. HEX triplet: 45, 1E and 00. RGB value is (69,30,0). Sum of RGB (Red+Green+Blue) = 69+30+0=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #451E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451E00 is #BAE1FF. Grayscale: #262626. Windows color (decimal): -12247552 or 7749. OLE color: 7749.

HSL color Cylindrical-coordinate representation of color #451E00: hue angle of 26.09º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #451E00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB69300-
CMYK00.5710.73
HSL26.09º100%13.53%-
HSV(B)26.09º100%27.06%-
XYZ2.922.190.27-
YUV38.24106.42149.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 69.70%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.70%
G=30.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6930000.5710.7326.0910013.53
Hex451E003964491a64e
Octal1053600711441113214416
Binary10001011111000111001110010010010011101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451E00; }

 p { color: rgb(69,30,0); }

 H1.HeaderClassName
 {
   color: #451E00;
 }
 .AnyTagClassName
 {
   color: #451E00;
 }
</style>
background-color css

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

 a { background-color: rgb(69,30,0); }

 div.DivClassName
 {
   background-color: #451E00;
 }
 .BgClassName
 {
   background-color: #451E00;
 }
</style>
border-color css

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

 span { border-color: rgb(69,30,0); }

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