Html Css Color HEX #453F1D Madras

📋 copy color: '#453F1D'

red 69 ◦ green 63 ◦ blue 29

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

Shades of Madras #453F1D

Tints of Madras #453F1D

RGB

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

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

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

R = 42.86%
G = 39.13%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#453F1D (or 0x453F1D) is known color: Madras. HEX triplet: 45, 3F and 1D. RGB value is (69,63,29). Sum of RGB (Red+Green+Blue) = 69+63+29=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #453F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F1D is #BAC0E2. Grayscale: #3D3D3D. Windows color (decimal): -12239075 or 1916741. OLE color: 1916741.

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

Color convert

RGB 69 63 29 -
CMYK 0 0.09 0.58 0.73
HSL 51º 0.41% 0.19% -
HSV(B) 51º 0.58% 0.27% -
XYZ 4.45 4.91 1.88 -
YUV 60.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 69 63 29 0 0.09 0.58 0.73 51 0.41 0.19
Hex 45 3F 1D 0 9 3A 49 33 29 13
Octal 105 77 35 0 11 72 111 63 51 23
Binary 1000101 111111 11101 0 1001 111010 1001001 110011 101001 10011

Color Harmonies of #453F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453F1D

Black with #453F1D

Text Example


Text Example

White with #453F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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