#453B0C

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

Shades of Madras #453B0C

Tints of Madras #453B0C

Color information

#453B0C (or 0x453B0C) is unknown color: approx Madras. HEX triplet: 45, 3B and 0C. RGB value is (69,59,12). Sum of RGB (Red+Green+Blue) = 69+59+12=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #453B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B0C is #BAC4F3. Grayscale: #383838. Windows color (decimal): -12240116 or 801605. OLE color: 801605.

HSL color Cylindrical-coordinate representation of color #453B0C: hue angle of 49.47º 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 #453B0C is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB695912-
CMYK00.140.830.73
HSL49.47º70.37%15.88%-
HSV(B)49.47º82.61%27.06%-
XYZ4.084.420.99-
YUV56.63102.81136.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 59 (23.44% from 255) = 42.14%
BLUE value IS 12 (5.08% from 255) = 8.57%
R=49.29%
G=42.14%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69591200.140.830.7349.4770.3715.88
Hex453BC0E5349314610
Octal10573140161231116110620
Binary100010111101111000111010100111001001110001100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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