Html Css Color HEX #454313 Madras

📋 copy color: '#454313'

red 69 ◦ green 67 ◦ blue 19

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

Shades of Madras #454313

Tints of Madras #454313

RGB

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

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

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

R = 44.52%
G = 43.23%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#454313 (or 0x454313) is known color: Madras. HEX triplet: 45, 43 and 13. RGB value is (69,67,19). Sum of RGB (Red+Green+Blue) = 69+67+19=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #454313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454313 is #BABCEC. Grayscale: #3E3E3E. Windows color (decimal): -12238061 or 1262405. OLE color: 1262405.

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

Color convert

RGB 69 67 19 -
CMYK 0 0.03 0.72 0.73
HSL 57.6º 0.57% 0.17% -
HSV(B) 57.6º 0.72% 0.27% -
XYZ 4.58 5.33 1.4 -
YUV 62.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 69 67 19 0 0.03 0.72 0.73 57.6 0.57 0.17
Hex 45 43 13 0 3 48 49 3A 39 11
Octal 105 103 23 0 3 110 111 72 71 21
Binary 1000101 1000011 10011 0 11 1001000 1001001 111010 111001 10001

Color Harmonies of #454313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454313

Black with #454313

Text Example


Text Example

White with #454313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454313; }

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

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

background-color css

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

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

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

border-color css

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

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

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