Html Css Color HEX #453D1D Madras

📋 copy color: '#453D1D'

red 69 ◦ green 61 ◦ blue 29

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

Shades of Madras #453D1D

Tints of Madras #453D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 43.4%
G = 38.36%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#453D1D (or 0x453D1D) is known color: Madras. HEX triplet: 45, 3D and 1D. RGB value is (69,61,29). Sum of RGB (Red+Green+Blue) = 69+61+29=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #453D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D1D is #BAC2E2. Grayscale: #3B3B3B. Windows color (decimal): -12239587 or 1916229. OLE color: 1916229.

HSL color Cylindrical-coordinate representation of color #453D1D: hue angle of 48º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453D1D is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 61 29 -
CMYK 0 0.12 0.58 0.73
HSL 48º 0.41% 0.19% -
HSV(B) 48º 0.58% 0.27% -
XYZ 4.34 4.69 1.84 -
YUV 59.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 69 61 29 0 0.12 0.58 0.73 48 0.41 0.19
Hex 45 3D 1D 0 C 3A 49 30 29 13
Octal 105 75 35 0 14 72 111 60 51 23
Binary 1000101 111101 11101 0 1100 111010 1001001 110000 101001 10011

Color Harmonies of #453D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D1D

Black with #453D1D

Text Example


Text Example

White with #453D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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