#451B0A

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

Shades of Brown Pod #451B0A

Tints of Brown Pod #451B0A

Color information

#451B0A (or 0x451B0A) is unknown color: approx Brown Pod. HEX triplet: 45, 1B and 0A. RGB value is (69,27,10). Sum of RGB (Red+Green+Blue) = 69+27+10=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #451B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B0A is #BAE4F5. Grayscale: #252525. Windows color (decimal): -12248310 or 662341. OLE color: 662341.

HSL color Cylindrical-coordinate representation of color #451B0A: hue angle of 17.29º 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 #451B0A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB692710-
CMYK00.610.860.73
HSL17.29º74.68%15.49%-
HSV(B)17.29º85.51%27.06%-
XYZ2.92.070.53-
YUV37.62112.41150.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.09%
GREEN value IS 27 (10.94% from 255) = 25.47%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=65.09%
G=25.47%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69271000.610.860.7317.2974.6815.49
Hex451BA03D5649114bf
Octal10533120751261112111317
Binary10001011101110100111101101011010010011000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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