Html Css Color HEX #453A13 Madras

📋 copy color: '#453A13'

red 69 ◦ green 58 ◦ blue 19

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

Shades of Madras #453A13

Tints of Madras #453A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.01%

R = 47.26%
G = 39.73%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#453A13 (or 0x453A13) is known color: Madras. HEX triplet: 45, 3A and 13. RGB value is (69,58,19). Sum of RGB (Red+Green+Blue) = 69+58+19=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #453A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A13 is #BAC5EC. Grayscale: #393939. Windows color (decimal): -12240365 or 1260101. OLE color: 1260101.

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

Color convert

RGB 69 58 19 -
CMYK 0 0.16 0.72 0.73
HSL 46.8º 0.57% 0.17% -
HSV(B) 46.8º 0.72% 0.27% -
XYZ 4.08 4.34 1.24 -
YUV 56.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 69 58 19 0 0.16 0.72 0.73 46.8 0.57 0.17
Hex 45 3A 13 0 10 48 49 2F 39 11
Octal 105 72 23 0 20 110 111 57 71 21
Binary 1000101 111010 10011 0 10000 1001000 1001001 101111 111001 10001

Color Harmonies of #453A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A13

Black with #453A13

Text Example


Text Example

White with #453A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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