Html Css Color HEX #453F1F Madras

📋 copy color: '#453F1F'

red 69 ◦ green 63 ◦ blue 31

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

Shades of Madras #453F1F

Tints of Madras #453F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 38.65%

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

R = 42.33%
G = 38.65%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#453F1F (or 0x453F1F) is known color: Madras. HEX triplet: 45, 3F and 1F. RGB value is (69,63,31). Sum of RGB (Red+Green+Blue) = 69+63+31=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 69 - color contains mainly: red. Hex color #453F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F1F is #BAC0E0. Grayscale: #3D3D3D. Windows color (decimal): -12239073 or 2047813. OLE color: 2047813.

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

Color convert

RGB 69 63 31 -
CMYK 0 0.09 0.55 0.73
HSL 50.53º 0.38% 0.2% -
HSV(B) 50.53º 0.55% 0.27% -
XYZ 4.48 4.92 2.01 -
YUV 61.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 69 63 31 0 0.09 0.55 0.73 50.53 0.38 0.2
Hex 45 3F 1F 0 9 37 49 33 26 14
Octal 105 77 37 0 11 67 111 63 46 24
Binary 1000101 111111 11111 0 1001 110111 1001001 110011 100110 10100

Color Harmonies of #453F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453F1F

Black with #453F1F

Text Example


Text Example

White with #453F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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