Html Css Color HEX #453700 Madras

📋 copy color: '#453700'

red 69 ◦ green 55 ◦ blue 0

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

Shades of Madras #453700

Tints of Madras #453700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.65%
G = 44.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#453700 (or 0x453700) is known color: Madras. HEX triplet: 45, 37 and 00. RGB value is (69,55,0). Sum of RGB (Red+Green+Blue) = 69+55+0=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #453700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453700 is #BAC8FF. Grayscale: #353535. Windows color (decimal): -12241152 or 14149. OLE color: 14149.

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

Color convert

RGB 69 55 0 -
CMYK 0 0.20 1 0.73
HSL 47.83º 1% 0.14% -
HSV(B) 47.83º 1% 0.27% -
XYZ 3.82 4 0.57 -
YUV 52.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 69 55 0 0 0.20 1 0.73 47.83 1 0.14
Hex 45 37 0 0 14 64 49 30 64 E
Octal 105 67 0 0 24 144 111 60 144 16
Binary 1000101 110111 0 0 10100 1100100 1001001 110000 1100100 1110

Color Harmonies of #453700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453700

Black with #453700

Text Example


Text Example

White with #453700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453700; }

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

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

background-color css

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

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

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

border-color css

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

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

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