Html Css Color HEX #453D15 Madras

📋 copy color: '#453D15'

red 69 ◦ green 61 ◦ blue 21

#453D15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #453D15

Tints of Madras #453D15

RGB

 RED value IS 69 (27.34% from 255) = 45.7%

 GREEN value IS 61 (24.22% from 255) = 40.4%

 BLUE value IS 21 (8.59% from 255) = 13.91%

R = 45.7%
G = 40.4%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#453D15 (or 0x453D15) is known color: Madras. HEX triplet: 45, 3D and 15. RGB value is (69,61,21). Sum of RGB (Red+Green+Blue) = 69+61+21=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #453D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D15 is #BAC2EA. Grayscale: #3B3B3B. Windows color (decimal): -12239595 or 1391941. OLE color: 1391941.

HSL color Cylindrical-coordinate representation of color #453D15: hue angle of 50º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #453D15 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 61 21 -
CMYK 0 0.12 0.70 0.73
HSL 50º 0.53% 0.18% -
HSV(B) 50º 0.7% 0.27% -
XYZ 4.26 4.66 1.38 -
YUV 58.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 69 61 21 0 0.12 0.70 0.73 50 0.53 0.18
Hex 45 3D 15 0 C 46 49 32 35 12
Octal 105 75 25 0 14 106 111 62 65 22
Binary 1000101 111101 10101 0 1100 1000110 1001001 110010 110101 10010

Color Harmonies of #453D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D15

Black with #453D15

Text Example


Text Example

White with #453D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,61,21); }

 H1.HeaderClassName
 {
   color: #453D15;
 }
 .AnyTagClassName
 {
   color: #453D15;
 }
</style>

background-color css

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

 a { background-color: rgb(69,61,21); }

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

border-color css

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

 span { border-color: rgb(69,61,21); }

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