Html Css Color HEX #454021 Madras

📋 copy color: '#454021'

red 69 ◦ green 64 ◦ blue 33

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

Shades of Madras #454021

Tints of Madras #454021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.55%

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

R = 41.57%
G = 38.55%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#454021 (or 0x454021) is known color: Madras. HEX triplet: 45, 40 and 21. RGB value is (69,64,33). Sum of RGB (Red+Green+Blue) = 69+64+33=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 69 - color contains mainly: red. Hex color #454021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454021 is #BABFDE. Grayscale: #3E3E3E. Windows color (decimal): -12238815 or 2179141. OLE color: 2179141.

HSL color Cylindrical-coordinate representation of color #454021: hue angle of 51.67º 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 #454021 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 64 33 -
CMYK 0 0.07 0.52 0.73
HSL 51.67º 0.35% 0.2% -
HSV(B) 51.67º 0.52% 0.27% -
XYZ 4.56 5.04 2.17 -
YUV 61.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 69 64 33 0 0.07 0.52 0.73 51.67 0.35 0.2
Hex 45 40 21 0 7 34 49 34 23 14
Octal 105 100 41 0 7 64 111 64 43 24
Binary 1000101 1000000 100001 0 111 110100 1001001 110100 100011 10100

Color Harmonies of #454021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454021

Black with #454021

Text Example


Text Example

White with #454021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454021; }

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

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

background-color css

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

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

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

border-color css

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

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

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