Html Css Color HEX #454013 Madras

📋 copy color: '#454013'

red 69 ◦ green 64 ◦ blue 19

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

Shades of Madras #454013

Tints of Madras #454013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.11%

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

R = 45.39%
G = 42.11%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#454013 (or 0x454013) is known color: Madras. HEX triplet: 45, 40 and 13. RGB value is (69,64,19). Sum of RGB (Red+Green+Blue) = 69+64+19=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #454013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454013 is #BABFEC. Grayscale: #3C3C3C. Windows color (decimal): -12238829 or 1261637. OLE color: 1261637.

HSL color Cylindrical-coordinate representation of color #454013: hue angle of 54º 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 #454013 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 64 19 -
CMYK 0 0.07 0.72 0.73
HSL 54º 0.57% 0.17% -
HSV(B) 54º 0.72% 0.27% -
XYZ 4.41 4.98 1.34 -
YUV 60.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 69 64 19 0 0.07 0.72 0.73 54 0.57 0.17
Hex 45 40 13 0 7 48 49 36 39 11
Octal 105 100 23 0 7 110 111 66 71 21
Binary 1000101 1000000 10011 0 111 1001000 1001001 110110 111001 10001

Color Harmonies of #454013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454013

Black with #454013

Text Example


Text Example

White with #454013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454013; }

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

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

background-color css

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

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

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

border-color css

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

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

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