Html Css Color HEX #454115 Madras

📋 copy color: '#454115'

red 69 ◦ green 65 ◦ blue 21

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

Shades of Madras #454115

Tints of Madras #454115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.94%

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

R = 44.52%
G = 41.94%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#454115 (or 0x454115) is known color: Madras. HEX triplet: 45, 41 and 15. RGB value is (69,65,21). Sum of RGB (Red+Green+Blue) = 69+65+21=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #454115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454115 is #BABEEA. Grayscale: #3D3D3D. Windows color (decimal): -12238571 or 1392965. OLE color: 1392965.

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

Color convert

RGB 69 65 21 -
CMYK 0 0.06 0.70 0.73
HSL 55º 0.53% 0.18% -
HSV(B) 55º 0.7% 0.27% -
XYZ 4.48 5.1 1.46 -
YUV 61.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 69 65 21 0 0.06 0.70 0.73 55 0.53 0.18
Hex 45 41 15 0 6 46 49 37 35 12
Octal 105 101 25 0 6 106 111 67 65 22
Binary 1000101 1000001 10101 0 110 1000110 1001001 110111 110101 10010

Color Harmonies of #454115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454115

Black with #454115

Text Example


Text Example

White with #454115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454115; }

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

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

background-color css

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

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

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

border-color css

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

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

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