Html Css Color HEX #453D1F Madras

📋 copy color: '#453D1F'

red 69 ◦ green 61 ◦ blue 31

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

Shades of Madras #453D1F

Tints of Madras #453D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.89%

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

R = 42.86%
G = 37.89%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#453D1F (or 0x453D1F) is known color: Madras. HEX triplet: 45, 3D and 1F. RGB value is (69,61,31). Sum of RGB (Red+Green+Blue) = 69+61+31=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #453D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D1F is #BAC2E0. Grayscale: #3C3C3C. Windows color (decimal): -12239585 or 2047301. OLE color: 2047301.

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

Color convert

RGB 69 61 31 -
CMYK 0 0.12 0.55 0.73
HSL 47.37º 0.38% 0.2% -
HSV(B) 47.37º 0.55% 0.27% -
XYZ 4.37 4.7 1.97 -
YUV 59.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 69 61 31 0 0.12 0.55 0.73 47.37 0.38 0.2
Hex 45 3D 1F 0 C 37 49 2F 26 14
Octal 105 75 37 0 14 67 111 57 46 24
Binary 1000101 111101 11111 0 1100 110111 1001001 101111 100110 10100

Color Harmonies of #453D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D1F

Black with #453D1F

Text Example


Text Example

White with #453D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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