#451F1D

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

Shades of Brown Pod #451F1D

Tints of Brown Pod #451F1D

Color information

#451F1D (or 0x451F1D) is unknown color: approx Brown Pod. HEX triplet: 45, 1F and 1D. RGB value is (69,31,29). Sum of RGB (Red+Green+Blue) = 69+31+29=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #451F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F1D is #BAE0E2. Grayscale: #2A2A2A. Windows color (decimal): -12247267 or 1908549. OLE color: 1908549.

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

Color convert

RGB693129-
CMYK00.550.580.73
HSL40.82%19.22%-
HSV(B)57.97%27.06%-
XYZ3.172.331.45-
YUV42.13120.59147.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.49%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=53.49%
G=24.03%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69312900.550.580.73340.8219.22
Hex451F1D0373A4932913
Octal10537350677211135123
Binary10001011111111101011011111101010010011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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