Html Css Color HEX #453D1B Madras

📋 copy color: '#453D1B'

red 69 ◦ green 61 ◦ blue 27

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

Shades of Madras #453D1B

Tints of Madras #453D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 43.95%
G = 38.85%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#453D1B (or 0x453D1B) is known color: Madras. HEX triplet: 45, 3D and 1B. RGB value is (69,61,27). Sum of RGB (Red+Green+Blue) = 69+61+27=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #453D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D1B is #BAC2E4. Grayscale: #3B3B3B. Windows color (decimal): -12239589 or 1785157. OLE color: 1785157.

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

Color convert

RGB 69 61 27 -
CMYK 0 0.12 0.61 0.73
HSL 48.57º 0.44% 0.19% -
HSV(B) 48.57º 0.61% 0.27% -
XYZ 4.32 4.68 1.71 -
YUV 59.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 69 61 27 0 0.12 0.61 0.73 48.57 0.44 0.19
Hex 45 3D 1B 0 C 3D 49 31 2C 13
Octal 105 75 33 0 14 75 111 61 54 23
Binary 1000101 111101 11011 0 1100 111101 1001001 110001 101100 10011

Color Harmonies of #453D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D1B

Black with #453D1B

Text Example


Text Example

White with #453D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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