Html Css Color HEX #453C21 Madras

📋 copy color: '#453C21'

red 69 ◦ green 60 ◦ blue 33

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

Shades of Madras #453C21

Tints of Madras #453C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.37%

R = 42.59%
G = 37.04%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#453C21 (or 0x453C21) is known color: Madras. HEX triplet: 45, 3C and 21. RGB value is (69,60,33). Sum of RGB (Red+Green+Blue) = 69+60+33=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #453C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C21 is #BAC3DE. Grayscale: #3B3B3B. Windows color (decimal): -12239839 or 2178117. OLE color: 2178117.

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

Color convert

RGB 69 60 33 -
CMYK 0 0.13 0.52 0.73
HSL 45º 0.35% 0.2% -
HSV(B) 45º 0.52% 0.27% -
XYZ 4.34 4.61 2.1 -
YUV 59.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 69 60 33 0 0.13 0.52 0.73 45 0.35 0.2
Hex 45 3C 21 0 D 34 49 2D 23 14
Octal 105 74 41 0 15 64 111 55 43 24
Binary 1000101 111100 100001 0 1101 110100 1001001 101101 100011 10100

Color Harmonies of #453C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C21

Black with #453C21

Text Example


Text Example

White with #453C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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