Html Css Color HEX #453A20 Madras

📋 copy color: '#453A20'

red 69 ◦ green 58 ◦ blue 32

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

Shades of Madras #453A20

Tints of Madras #453A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.48%

 BLUE value IS 32 (12.89% from 255) = 20.13%

R = 43.4%
G = 36.48%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#453A20 (or 0x453A20) is known color: Madras. HEX triplet: 45, 3A and 20. RGB value is (69,58,32). Sum of RGB (Red+Green+Blue) = 69+58+32=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #453A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A20 is #BAC5DF. Grayscale: #3A3A3A. Windows color (decimal): -12240352 or 2112069. OLE color: 2112069.

HSL color Cylindrical-coordinate representation of color #453A20: hue angle of 42.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #453A20 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 58 32 -
CMYK 0 0.16 0.54 0.73
HSL 42.16º 0.37% 0.2% -
HSV(B) 42.16º 0.54% 0.27% -
XYZ 4.23 4.4 1.99 -
YUV 58.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 69 58 32 0 0.16 0.54 0.73 42.16 0.37 0.2
Hex 45 3A 20 0 10 36 49 2A 25 14
Octal 105 72 40 0 20 66 111 52 45 24
Binary 1000101 111010 100000 0 10000 110110 1001001 101010 100101 10100

Color Harmonies of #453A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A20

Black with #453A20

Text Example


Text Example

White with #453A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453A20; }

 p { color: rgb(69,58,32); }

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

background-color css

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

 a { background-color: rgb(69,58,32); }

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

border-color css

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

 span { border-color: rgb(69,58,32); }

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