Html Css Color HEX #453D1A Madras

📋 copy color: '#453D1A'

red 69 ◦ green 61 ◦ blue 26

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

Shades of Madras #453D1A

Tints of Madras #453D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 44.23%
G = 39.1%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#453D1A (or 0x453D1A) is known color: Madras. HEX triplet: 45, 3D and 1A. RGB value is (69,61,26). Sum of RGB (Red+Green+Blue) = 69+61+26=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #453D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D1A is #BAC2E5. Grayscale: #3B3B3B. Windows color (decimal): -12239590 or 1719621. OLE color: 1719621.

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

Color convert

RGB 69 61 26 -
CMYK 0 0.12 0.62 0.73
HSL 48.84º 0.45% 0.19% -
HSV(B) 48.84º 0.62% 0.27% -
XYZ 4.31 4.68 1.65 -
YUV 59.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 69 61 26 0 0.12 0.62 0.73 48.84 0.45 0.19
Hex 45 3D 1A 0 C 3E 49 31 2D 13
Octal 105 75 32 0 14 76 111 61 55 23
Binary 1000101 111101 11010 0 1100 111110 1001001 110001 101101 10011

Color Harmonies of #453D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D1A

Black with #453D1A

Text Example


Text Example

White with #453D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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