Html Css Color HEX #453A1F Madras

📋 copy color: '#453A1F'

red 69 ◦ green 58 ◦ blue 31

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

Shades of Madras #453A1F

Tints of Madras #453A1F

RGB

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

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

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

R = 43.67%
G = 36.71%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#453A1F (or 0x453A1F) is known color: Madras. HEX triplet: 45, 3A and 1F. RGB value is (69,58,31). Sum of RGB (Red+Green+Blue) = 69+58+31=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #453A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A1F is #BAC5E0. Grayscale: #3A3A3A. Windows color (decimal): -12240353 or 2046533. OLE color: 2046533.

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

Color convert

RGB 69 58 31 -
CMYK 0 0.16 0.55 0.73
HSL 42.63º 0.38% 0.2% -
HSV(B) 42.63º 0.55% 0.27% -
XYZ 4.21 4.39 1.92 -
YUV 58.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 69 58 31 0 0.16 0.55 0.73 42.63 0.38 0.2
Hex 45 3A 1F 0 10 37 49 2B 26 14
Octal 105 72 37 0 20 67 111 53 46 24
Binary 1000101 111010 11111 0 10000 110111 1001001 101011 100110 10100

Color Harmonies of #453A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A1F

Black with #453A1F

Text Example


Text Example

White with #453A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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