Html Css Color HEX #453B1F Madras

📋 copy color: '#453B1F'

red 69 ◦ green 59 ◦ blue 31

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

Shades of Madras #453B1F

Tints of Madras #453B1F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.11%

 BLUE value IS 31 (12.5% from 255) = 19.5%

R = 43.4%
G = 37.11%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#453B1F (or 0x453B1F) is known color: Madras. HEX triplet: 45, 3B and 1F. RGB value is (69,59,31). Sum of RGB (Red+Green+Blue) = 69+59+31=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #453B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B1F is #BAC4E0. Grayscale: #3A3A3A. Windows color (decimal): -12240097 or 2046789. OLE color: 2046789.

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

Color convert

RGB 69 59 31 -
CMYK 0 0.14 0.55 0.73
HSL 44.21º 0.38% 0.2% -
HSV(B) 44.21º 0.55% 0.27% -
XYZ 4.27 4.49 1.94 -
YUV 58.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 69 59 31 0 0.14 0.55 0.73 44.21 0.38 0.2
Hex 45 3B 1F 0 E 37 49 2C 26 14
Octal 105 73 37 0 16 67 111 54 46 24
Binary 1000101 111011 11111 0 1110 110111 1001001 101100 100110 10100

Color Harmonies of #453B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B1F

Black with #453B1F

Text Example


Text Example

White with #453B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,59,31); }

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

background-color css

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

 a { background-color: rgb(69,59,31); }

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

border-color css

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

 span { border-color: rgb(69,59,31); }

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