#451F1A

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

Shades of Brown Pod #451F1A

Tints of Brown Pod #451F1A

Color information

#451F1A (or 0x451F1A) is unknown color: approx Brown Pod. HEX triplet: 45, 1F and 1A. RGB value is (69,31,26). Sum of RGB (Red+Green+Blue) = 69+31+26=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F1A is #BAE0E5. Grayscale: #292929. Windows color (decimal): -12247270 or 1711941. OLE color: 1711941.

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

Color convert

RGB693126-
CMYK00.550.620.73
HSL6.98º45.26%18.63%-
HSV(B)6.98º62.32%27.06%-
XYZ3.132.321.26-
YUV41.79119.09147.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.76%
GREEN value IS 31 (12.5% from 255) = 24.60%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=54.76%
G=24.60%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69312600.550.620.736.9845.2618.63
Hex451F1A0373E4972d13
Octal10537320677611175523
Binary100010111111110100110111111110100100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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