#451B0C

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

Shades of Brown Pod #451B0C

Tints of Brown Pod #451B0C

Color information

#451B0C (or 0x451B0C) is unknown color: approx Brown Pod. HEX triplet: 45, 1B and 0C. RGB value is (69,27,12). Sum of RGB (Red+Green+Blue) = 69+27+12=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #451B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B0C is #BAE4F3. Grayscale: #252525. Windows color (decimal): -12248308 or 793413. OLE color: 793413.

HSL color Cylindrical-coordinate representation of color #451B0C: hue angle of 15.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451B0C is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB692712-
CMYK00.610.830.73
HSL15.79º70.37%15.88%-
HSV(B)15.79º82.61%27.06%-
XYZ2.912.080.59-
YUV37.85113.41150.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.89%
GREEN value IS 27 (10.94% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=63.89%
G=25%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69271200.610.830.7315.7970.3715.88
Hex451BC03D5349104610
Octal10533140751231112010620
Binary100010111011110001111011010011100100110000100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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