Html Css Color HEX #454014 Madras

📋 copy color: '#454014'

red 69 ◦ green 64 ◦ blue 20

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

Shades of Madras #454014

Tints of Madras #454014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 45.1%
G = 41.83%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#454014 (or 0x454014) is known color: Madras. HEX triplet: 45, 40 and 14. RGB value is (69,64,20). Sum of RGB (Red+Green+Blue) = 69+64+20=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #454014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454014 is #BABFEB. Grayscale: #3C3C3C. Windows color (decimal): -12238828 or 1327173. OLE color: 1327173.

HSL color Cylindrical-coordinate representation of color #454014: hue angle of 53.88º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #454014 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 64 20 -
CMYK 0 0.07 0.71 0.73
HSL 53.88º 0.55% 0.17% -
HSV(B) 53.88º 0.71% 0.27% -
XYZ 4.41 4.98 1.39 -
YUV 60.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 69 64 20 0 0.07 0.71 0.73 53.88 0.55 0.17
Hex 45 40 14 0 7 47 49 36 37 11
Octal 105 100 24 0 7 107 111 66 67 21
Binary 1000101 1000000 10100 0 111 1000111 1001001 110110 110111 10001

Color Harmonies of #454014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454014

Black with #454014

Text Example


Text Example

White with #454014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454014; }

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

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

background-color css

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

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

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

border-color css

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

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

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