Html Css Color HEX #453D1E Madras

📋 copy color: '#453D1E'

red 69 ◦ green 61 ◦ blue 30

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

Shades of Madras #453D1E

Tints of Madras #453D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 43.13%
G = 38.13%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#453D1E (or 0x453D1E) is known color: Madras. HEX triplet: 45, 3D and 1E. RGB value is (69,61,30). Sum of RGB (Red+Green+Blue) = 69+61+30=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #453D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D1E is #BAC2E1. Grayscale: #3B3B3B. Windows color (decimal): -12239586 or 1981765. OLE color: 1981765.

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

Color convert

RGB 69 61 30 -
CMYK 0 0.12 0.57 0.73
HSL 47.69º 0.39% 0.19% -
HSV(B) 47.69º 0.57% 0.27% -
XYZ 4.36 4.7 1.91 -
YUV 59.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 69 61 30 0 0.12 0.57 0.73 47.69 0.39 0.19
Hex 45 3D 1E 0 C 39 49 30 27 13
Octal 105 75 36 0 14 71 111 60 47 23
Binary 1000101 111101 11110 0 1100 111001 1001001 110000 100111 10011

Color Harmonies of #453D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D1E

Black with #453D1E

Text Example


Text Example

White with #453D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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