Html Css Color HEX #453C15 Madras

📋 copy color: '#453C15'

red 69 ◦ green 60 ◦ blue 21

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

Shades of Madras #453C15

Tints of Madras #453C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40%

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

R = 46%
G = 40%
B = 14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#453C15 (or 0x453C15) is known color: Madras. HEX triplet: 45, 3C and 15. RGB value is (69,60,21). Sum of RGB (Red+Green+Blue) = 69+60+21=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #453C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C15 is #BAC3EA. Grayscale: #3A3A3A. Windows color (decimal): -12239851 or 1391685. OLE color: 1391685.

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

Color convert

RGB 69 60 21 -
CMYK 0 0.13 0.70 0.73
HSL 48.75º 0.53% 0.18% -
HSV(B) 48.75º 0.7% 0.27% -
XYZ 4.21 4.55 1.37 -
YUV 58.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 69 60 21 0 0.13 0.70 0.73 48.75 0.53 0.18
Hex 45 3C 15 0 D 46 49 31 35 12
Octal 105 74 25 0 15 106 111 61 65 22
Binary 1000101 111100 10101 0 1101 1000110 1001001 110001 110101 10010

Color Harmonies of #453C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C15

Black with #453C15

Text Example


Text Example

White with #453C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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