Html Css Color HEX #453501 Madras

📋 copy color: '#453501'

red 69 ◦ green 53 ◦ blue 1

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

Shades of Madras #453501

Tints of Madras #453501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.09%

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 56.1%
G = 43.09%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#453501 (or 0x453501) is known color: Madras. HEX triplet: 45, 35 and 01. RGB value is (69,53,1). Sum of RGB (Red+Green+Blue) = 69+53+1=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #453501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453501 is #BACAFE. Grayscale: #343434. Windows color (decimal): -12241663 or 79173. OLE color: 79173.

HSL color Cylindrical-coordinate representation of color #453501: hue angle of 45.88º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #453501 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 53 1 -
CMYK 0 0.23 0.99 0.73
HSL 45.88º 0.97% 0.14% -
HSV(B) 45.88º 0.99% 0.27% -
XYZ 3.73 3.81 0.57 -
YUV 51.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 69 53 1 0 0.23 0.99 0.73 45.88 0.97 0.14
Hex 45 35 1 0 17 63 49 2E 61 E
Octal 105 65 1 0 27 143 111 56 141 16
Binary 1000101 110101 1 0 10111 1100011 1001001 101110 1100001 1110

Color Harmonies of #453501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453501

Black with #453501

Text Example


Text Example

White with #453501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453501; }

 p { color: rgb(69,53,1); }

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

background-color css

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

 a { background-color: rgb(69,53,1); }

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

border-color css

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

 span { border-color: rgb(69,53,1); }

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