#451E1B

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

Shades of Brown Pod #451E1B

Tints of Brown Pod #451E1B

Color information

#451E1B (or 0x451E1B) is unknown color: approx Brown Pod. HEX triplet: 45, 1E and 1B. RGB value is (69,30,27). Sum of RGB (Red+Green+Blue) = 69+30+27=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E1B is #BAE1E4. Grayscale: #292929. Windows color (decimal): -12247525 or 1777221. OLE color: 1777221.

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

Color convert

RGB693027-
CMYK00.570.610.73
HSL4.29º43.75%18.82%-
HSV(B)4.29º60.87%27.06%-
XYZ3.122.271.31-
YUV41.32119.92147.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.76%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=54.76%
G=23.81%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69302700.570.610.734.2943.7518.82
Hex451E1B0393D4942c13
Octal10536330717511145423
Binary100010111110110110111001111101100100110010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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