#451C0A

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

Shades of Brown Pod #451C0A

Tints of Brown Pod #451C0A

Color information

#451C0A (or 0x451C0A) is unknown color: approx Brown Pod. HEX triplet: 45, 1C and 0A. RGB value is (69,28,10). Sum of RGB (Red+Green+Blue) = 69+28+10=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #451C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451C0A is #BAE3F5. Grayscale: #262626. Windows color (decimal): -12248054 or 662597. OLE color: 662597.

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

Color convert

RGB692810-
CMYK00.590.860.73
HSL18.31º74.68%15.49%-
HSV(B)18.31º85.51%27.06%-
XYZ2.922.120.54-
YUV38.21112.08149.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 64.49%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=64.49%
G=26.17%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69281000.590.860.7318.3174.6815.49
Hex451CA03B5649124bf
Octal10534120731261112211317
Binary10001011110010100111011101011010010011001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,28,10); }

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

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

 a { background-color: rgb(69,28,10); }

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

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

 span { border-color: rgb(69,28,10); }

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