#45360A

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

Shades of Madras #45360A

Tints of Madras #45360A

Color information

#45360A (or 0x45360A) is unknown color: approx Madras. HEX triplet: 45, 36 and 0A. RGB value is (69,54,10). Sum of RGB (Red+Green+Blue) = 69+54+10=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #45360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45360A is #BAC9F5. Grayscale: #353535. Windows color (decimal): -12241398 or 669253. OLE color: 669253.

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

Color convert

RGB695410-
CMYK00.220.860.73
HSL44.75º74.68%15.49%-
HSV(B)44.75º85.51%27.06%-
XYZ3.833.930.84-
YUV53.47103.47139.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.88%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=51.88%
G=40.60%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69541000.220.860.7344.7574.6815.49
Hex4536A01656492d4bf
Octal10566120261261115511317
Binary100010111011010100101101010110100100110110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45360A; }

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

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

<style>
 a { background-color: #45360A; }

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

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

<style>
 span { border-color: #45360A; }

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

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