Html Css Color HEX #454315 Madras

📋 copy color: '#454315'

red 69 ◦ green 67 ◦ blue 21

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

Shades of Madras #454315

Tints of Madras #454315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.68%

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

R = 43.95%
G = 42.68%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#454315 (or 0x454315) is known color: Madras. HEX triplet: 45, 43 and 15. RGB value is (69,67,21). Sum of RGB (Red+Green+Blue) = 69+67+21=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #454315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454315 is #BABCEA. Grayscale: #3E3E3E. Windows color (decimal): -12238059 or 1393477. OLE color: 1393477.

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

Color convert

RGB 69 67 21 -
CMYK 0 0.03 0.70 0.73
HSL 57.5º 0.53% 0.18% -
HSV(B) 57.5º 0.7% 0.27% -
XYZ 4.6 5.33 1.5 -
YUV 62.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 69 67 21 0 0.03 0.70 0.73 57.5 0.53 0.18
Hex 45 43 15 0 3 46 49 3A 35 12
Octal 105 103 25 0 3 106 111 72 65 22
Binary 1000101 1000011 10101 0 11 1000110 1001001 111010 110101 10010

Color Harmonies of #454315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454315

Black with #454315

Text Example


Text Example

White with #454315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454315; }

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

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

background-color css

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

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

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

border-color css

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

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

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