#451f00

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

Shades of Brown Pod #451F00

Tints of Brown Pod #451F00

Color information

#451F00 (or 0x451F00) is unknown color: approx Brown Pod. HEX triplet: 45, 1F and 00. RGB value is (69,31,0). Sum of RGB (Red+Green+Blue) = 69+31+0=100 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 69 - color contains mainly: red. Hex color #451F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451F00 is #BAE0FF. Grayscale: #262626. Windows color (decimal): -12247296 or 8005. OLE color: 8005.

HSL color Cylindrical-coordinate representation of color #451F00: hue angle of 26.96º 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 #451F00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB69310-
CMYK00.5510.73
HSL26.96º100%13.53%-
HSV(B)26.96º100%27.06%-
XYZ2.942.250.28-
YUV38.83106.09149.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 69%
GREEN value IS 31 (12.5% from 255) = 31%
BLUE value IS 0 (0.39% from 255) = 0%
R=69%
G=31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6931000.5510.7326.9610013.53
Hex451F003764491b64e
Octal1053700671441113314416
Binary10001011111100110111110010010010011101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451f00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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