#454317

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

Shades of Madras #454317

Tints of Madras #454317

Color information

#454317 (or 0x454317) is unknown color: approx Madras. HEX triplet: 45, 43 and 17. RGB value is (69,67,23). Sum of RGB (Red+Green+Blue) = 69+67+23=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #454317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454317 is #BABCE8. Grayscale: #3E3E3E. Windows color (decimal): -12238057 or 1524549. OLE color: 1524549.

HSL color Cylindrical-coordinate representation of color #454317: hue angle of 57.39º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #454317 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB696723-
CMYK00.030.670.73
HSL57.39º50%18.04%-
HSV(B)57.39º66.67%27.06%-
XYZ4.625.341.6-
YUV62.58105.66132.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 23 (9.38% from 255) = 14.47%
R=43.40%
G=42.14%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69672300.030.670.7357.395018.04
Hex454317034349393212
Octal1051032703103111716222
Binary10001011000011101110111000011100100111100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454317; }

 p { color: rgb(69,67,23); }

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

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

 a { background-color: rgb(69,67,23); }

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

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

 span { border-color: rgb(69,67,23); }

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