Html Css Color HEX #453D25 Madras

📋 copy color: '#453D25'

red 69 ◦ green 61 ◦ blue 37

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

Shades of Madras #453D25

Tints of Madras #453D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.16%

R = 41.32%
G = 36.53%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#453D25 (or 0x453D25) is known color: Madras. HEX triplet: 45, 3D and 25. RGB value is (69,61,37). Sum of RGB (Red+Green+Blue) = 69+61+37=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 69 - color contains mainly: red. Hex color #453D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D25 is #BAC2DA. Grayscale: #3C3C3C. Windows color (decimal): -12239579 or 2440517. OLE color: 2440517.

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

Color convert

RGB 69 61 37 -
CMYK 0 0.12 0.46 0.73
HSL 45º 0.3% 0.21% -
HSV(B) 45º 0.46% 0.27% -
XYZ 4.46 4.74 2.43 -
YUV 60.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 69 61 37 0 0.12 0.46 0.73 45 0.3 0.21
Hex 45 3D 25 0 C 2E 49 2D 1E 15
Octal 105 75 45 0 14 56 111 55 36 25
Binary 1000101 111101 100101 0 1100 101110 1001001 101101 11110 10101

Color Harmonies of #453D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D25

Black with #453D25

Text Example


Text Example

White with #453D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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