Html Css Color HEX #454215 Madras

📋 copy color: '#454215'

red 69 ◦ green 66 ◦ blue 21

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

Shades of Madras #454215

Tints of Madras #454215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

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

R = 44.23%
G = 42.31%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#454215 (or 0x454215) is known color: Madras. HEX triplet: 45, 42 and 15. RGB value is (69,66,21). Sum of RGB (Red+Green+Blue) = 69+66+21=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #454215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454215 is #BABDEA. Grayscale: #3D3D3D. Windows color (decimal): -12238315 or 1393221. OLE color: 1393221.

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

Color convert

RGB 69 66 21 -
CMYK 0 0.04 0.70 0.73
HSL 56.25º 0.53% 0.18% -
HSV(B) 56.25º 0.7% 0.27% -
XYZ 4.54 5.22 1.48 -
YUV 61.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 69 66 21 0 0.04 0.70 0.73 56.25 0.53 0.18
Hex 45 42 15 0 4 46 49 38 35 12
Octal 105 102 25 0 4 106 111 70 65 22
Binary 1000101 1000010 10101 0 100 1000110 1001001 111000 110101 10010

Color Harmonies of #454215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454215

Black with #454215

Text Example


Text Example

White with #454215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454215; }

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

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

background-color css

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

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

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

border-color css

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

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

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