Html Css Color HEX #453A14 Madras

📋 copy color: '#453A14'

red 69 ◦ green 58 ◦ blue 20

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

Shades of Madras #453A14

Tints of Madras #453A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.61%

R = 46.94%
G = 39.46%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#453A14 (or 0x453A14) is known color: Madras. HEX triplet: 45, 3A and 14. RGB value is (69,58,20). Sum of RGB (Red+Green+Blue) = 69+58+20=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #453A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A14 is #BAC5EB. Grayscale: #393939. Windows color (decimal): -12240364 or 1325637. OLE color: 1325637.

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

Color convert

RGB 69 58 20 -
CMYK 0 0.16 0.71 0.73
HSL 46.53º 0.55% 0.17% -
HSV(B) 46.53º 0.71% 0.27% -
XYZ 4.09 4.34 1.28 -
YUV 56.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 69 58 20 0 0.16 0.71 0.73 46.53 0.55 0.17
Hex 45 3A 14 0 10 47 49 2F 37 11
Octal 105 72 24 0 20 107 111 57 67 21
Binary 1000101 111010 10100 0 10000 1000111 1001001 101111 110111 10001

Color Harmonies of #453A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A14

Black with #453A14

Text Example


Text Example

White with #453A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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