#451A08

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

Shades of Brown Pod #451A08

Tints of Brown Pod #451A08

Color information

#451A08 (or 0x451A08) is unknown color: approx Brown Pod. HEX triplet: 45, 1A and 08. RGB value is (69,26,8). Sum of RGB (Red+Green+Blue) = 69+26+8=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #451A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A08 is #BAE5F7. Grayscale: #242424. Windows color (decimal): -12248568 or 531013. OLE color: 531013.

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

Color convert

RGB69268-
CMYK00.620.880.73
HSL17.7º79.22%15.1%-
HSV(B)17.7º88.41%27.06%-
XYZ2.872.020.47-
YUV36.8111.75150.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 66.99%
GREEN value IS 26 (10.55% from 255) = 25.24%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=66.99%
G=25.24%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6926800.620.880.7317.779.2215.1
Hex451A803E5849124ff
Octal10532100761301112211717
Binary10001011101010000111110101100010010011001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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