Html Css Color HEX #453C14 Madras

📋 copy color: '#453C14'

red 69 ◦ green 60 ◦ blue 20

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

Shades of Madras #453C14

Tints of Madras #453C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.27%

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

R = 46.31%
G = 40.27%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#453C14 (or 0x453C14) is known color: Madras. HEX triplet: 45, 3C and 14. RGB value is (69,60,20). Sum of RGB (Red+Green+Blue) = 69+60+20=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #453C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C14 is #BAC3EB. Grayscale: #3A3A3A. Windows color (decimal): -12239852 or 1326149. OLE color: 1326149.

HSL color Cylindrical-coordinate representation of color #453C14: hue angle of 48.98º 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 #453C14 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 60 20 -
CMYK 0 0.13 0.71 0.73
HSL 48.98º 0.55% 0.17% -
HSV(B) 48.98º 0.71% 0.27% -
XYZ 4.2 4.55 1.32 -
YUV 58.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 69 60 20 0 0.13 0.71 0.73 48.98 0.55 0.17
Hex 45 3C 14 0 D 47 49 31 37 11
Octal 105 74 24 0 15 107 111 61 67 21
Binary 1000101 111100 10100 0 1101 1000111 1001001 110001 110111 10001

Color Harmonies of #453C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C14

Black with #453C14

Text Example


Text Example

White with #453C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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