Html Css Color HEX #453701 Madras

📋 copy color: '#453701'

red 69 ◦ green 55 ◦ blue 1

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

Shades of Madras #453701

Tints of Madras #453701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44%

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

R = 55.2%
G = 44%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#453701 (or 0x453701) is known color: Madras. HEX triplet: 45, 37 and 01. RGB value is (69,55,1). Sum of RGB (Red+Green+Blue) = 69+55+1=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #453701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453701 is #BAC8FE. Grayscale: #353535. Windows color (decimal): -12241151 or 79685. OLE color: 79685.

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

Color convert

RGB 69 55 1 -
CMYK 0 0.20 0.99 0.73
HSL 47.65º 0.97% 0.14% -
HSV(B) 47.65º 0.99% 0.27% -
XYZ 3.83 4 0.6 -
YUV 53.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 69 55 1 0 0.20 0.99 0.73 47.65 0.97 0.14
Hex 45 37 1 0 14 63 49 30 61 E
Octal 105 67 1 0 24 143 111 60 141 16
Binary 1000101 110111 1 0 10100 1100011 1001001 110000 1100001 1110

Color Harmonies of #453701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453701

Black with #453701

Text Example


Text Example

White with #453701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453701; }

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

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

background-color css

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

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

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

border-color css

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

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

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