Html Css Color HEX #453913 Madras

📋 copy color: '#453913'

red 69 ◦ green 57 ◦ blue 19

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

Shades of Madras #453913

Tints of Madras #453913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.31%

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

R = 47.59%
G = 39.31%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#453913 (or 0x453913) is known color: Madras. HEX triplet: 45, 39 and 13. RGB value is (69,57,19). Sum of RGB (Red+Green+Blue) = 69+57+19=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #453913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453913 is #BAC6EC. Grayscale: #383838. Windows color (decimal): -12240621 or 1259845. OLE color: 1259845.

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

Color convert

RGB 69 57 19 -
CMYK 0 0.17 0.72 0.73
HSL 45.6º 0.57% 0.17% -
HSV(B) 45.6º 0.72% 0.27% -
XYZ 4.03 4.24 1.22 -
YUV 56.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 69 57 19 0 0.17 0.72 0.73 45.6 0.57 0.17
Hex 45 39 13 0 11 48 49 2E 39 11
Octal 105 71 23 0 21 110 111 56 71 21
Binary 1000101 111001 10011 0 10001 1001000 1001001 101110 111001 10001

Color Harmonies of #453913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453913

Black with #453913

Text Example


Text Example

White with #453913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453913; }

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

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

background-color css

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

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

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

border-color css

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

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

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