#453E01

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

Shades of Madras #453E01

Tints of Madras #453E01

Color information

#453E01 (or 0x453E01) is unknown color: approx Madras. HEX triplet: 45, 3E and 01. RGB value is (69,62,1). Sum of RGB (Red+Green+Blue) = 69+62+1=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #453E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E01 is #BAC1FE. Grayscale: #393939. Windows color (decimal): -12239359 or 81477. OLE color: 81477.

HSL color Cylindrical-coordinate representation of color #453E01: hue angle of 53.82º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #453E01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB69621-
CMYK00.100.990.73
HSL53.82º97.14%13.73%-
HSV(B)53.82º98.55%27.06%-
XYZ4.184.710.72-
YUV57.1496.32136.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 62 (24.61% from 255) = 46.97%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=52.27%
G=46.97%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6962100.100.990.7353.8297.1413.73
Hex453E10A63493661e
Octal1057610121431116614116
Binary10001011111101010101100011100100111011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,62,1); }

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

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

 a { background-color: rgb(69,62,1); }

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

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

 span { border-color: rgb(69,62,1); }

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