Html Css Color HEX #454015 Madras

📋 copy color: '#454015'

red 69 ◦ green 64 ◦ blue 21

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

Shades of Madras #454015

Tints of Madras #454015

RGB

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

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

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

R = 44.81%
G = 41.56%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#454015 (or 0x454015) is known color: Madras. HEX triplet: 45, 40 and 15. RGB value is (69,64,21). Sum of RGB (Red+Green+Blue) = 69+64+21=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #454015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454015 is #BABFEA. Grayscale: #3C3C3C. Windows color (decimal): -12238827 or 1392709. OLE color: 1392709.

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

Color convert

RGB 69 64 21 -
CMYK 0 0.07 0.70 0.73
HSL 53.75º 0.53% 0.18% -
HSV(B) 53.75º 0.7% 0.27% -
XYZ 4.42 4.99 1.44 -
YUV 60.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 69 64 21 0 0.07 0.70 0.73 53.75 0.53 0.18
Hex 45 40 15 0 7 46 49 36 35 12
Octal 105 100 25 0 7 106 111 66 65 22
Binary 1000101 1000000 10101 0 111 1000110 1001001 110110 110101 10010

Color Harmonies of #454015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454015

Black with #454015

Text Example


Text Example

White with #454015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454015; }

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

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

background-color css

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

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

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

border-color css

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

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

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