Html Css Color HEX #453C25 Madras

📋 copy color: '#453C25'

red 69 ◦ green 60 ◦ blue 37

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

Shades of Madras #453C25

Tints of Madras #453C25

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.14%

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

R = 41.57%
G = 36.14%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#453C25 (or 0x453C25) is known color: Madras. HEX triplet: 45, 3C and 25. RGB value is (69,60,37). Sum of RGB (Red+Green+Blue) = 69+60+37=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 69 - color contains mainly: red. Hex color #453C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C25 is #BAC3DA. Grayscale: #3C3C3C. Windows color (decimal): -12239835 or 2440261. OLE color: 2440261.

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

Color convert

RGB 69 60 37 -
CMYK 0 0.13 0.46 0.73
HSL 43.13º 0.3% 0.21% -
HSV(B) 43.13º 0.46% 0.27% -
XYZ 4.4 4.63 2.41 -
YUV 60.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 69 60 37 0 0.13 0.46 0.73 43.13 0.3 0.21
Hex 45 3C 25 0 D 2E 49 2B 1E 15
Octal 105 74 45 0 15 56 111 53 36 25
Binary 1000101 111100 100101 0 1101 101110 1001001 101011 11110 10101

Color Harmonies of #453C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C25

Black with #453C25

Text Example


Text Example

White with #453C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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