#451F1B

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

Shades of Brown Pod #451F1B

Tints of Brown Pod #451F1B

Color information

#451F1B (or 0x451F1B) is unknown color: approx Brown Pod. HEX triplet: 45, 1F and 1B. RGB value is (69,31,27). Sum of RGB (Red+Green+Blue) = 69+31+27=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #451F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F1B is #BAE0E4. Grayscale: #292929. Windows color (decimal): -12247269 or 1777477. OLE color: 1777477.

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

Color convert

RGB693127-
CMYK00.550.610.73
HSL5.71º43.75%18.82%-
HSV(B)5.71º60.87%27.06%-
XYZ3.142.321.32-
YUV41.91119.59147.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=54.33%
G=24.41%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69312700.550.610.735.7143.7518.82
Hex451F1B0373D4962c13
Octal10537330677511165423
Binary100010111111110110110111111101100100111010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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