Html Css Color HEX #453D13 Madras

📋 copy color: '#453D13'

red 69 ◦ green 61 ◦ blue 19

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

Shades of Madras #453D13

Tints of Madras #453D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.75%

R = 46.31%
G = 40.94%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#453D13 (or 0x453D13) is known color: Madras. HEX triplet: 45, 3D and 13. RGB value is (69,61,19). Sum of RGB (Red+Green+Blue) = 69+61+19=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #453D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D13 is #BAC2EC. Grayscale: #3A3A3A. Windows color (decimal): -12239597 or 1260869. OLE color: 1260869.

HSL color Cylindrical-coordinate representation of color #453D13: hue angle of 50.4º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #453D13 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 61 19 -
CMYK 0 0.12 0.72 0.73
HSL 50.4º 0.57% 0.17% -
HSV(B) 50.4º 0.72% 0.27% -
XYZ 4.24 4.65 1.29 -
YUV 58.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 69 61 19 0 0.12 0.72 0.73 50.4 0.57 0.17
Hex 45 3D 13 0 C 48 49 32 39 11
Octal 105 75 23 0 14 110 111 62 71 21
Binary 1000101 111101 10011 0 1100 1001000 1001001 110010 111001 10001

Color Harmonies of #453D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D13

Black with #453D13

Text Example


Text Example

White with #453D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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