#451A05

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

Shades of Brown Pod #451A05

Tints of Brown Pod #451A05

Color information

#451A05 (or 0x451A05) is unknown color: approx Brown Pod. HEX triplet: 45, 1A and 05. RGB value is (69,26,5). Sum of RGB (Red+Green+Blue) = 69+26+5=100 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 69 - color contains mainly: red. Hex color #451A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A05 is #BAE5FA. Grayscale: #242424. Windows color (decimal): -12248571 or 334405. OLE color: 334405.

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

Color convert

RGB69265-
CMYK00.620.930.73
HSL19.69º86.49%14.51%-
HSV(B)19.69º92.75%27.06%-
XYZ2.852.010.38-
YUV36.46110.25151.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 69%
GREEN value IS 26 (10.55% from 255) = 26%
BLUE value IS 5 (2.34% from 255) = 5%
R=69%
G=26%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6926500.620.930.7319.6986.4914.51
Hex451A503E5D491456f
Octal1053250761351112412617
Binary1000101110101010111110101110110010011010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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