Html Css Color HEX #453900 Madras

📋 copy color: '#453900'

red 69 ◦ green 57 ◦ blue 0

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

Shades of Madras #453900

Tints of Madras #453900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.24%

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

R = 54.76%
G = 45.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#453900 (or 0x453900) is known color: Madras. HEX triplet: 45, 39 and 00. RGB value is (69,57,0). Sum of RGB (Red+Green+Blue) = 69+57+0=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #453900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453900 is #BAC6FF. Grayscale: #363636. Windows color (decimal): -12240640 or 14661. OLE color: 14661.

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

Color convert

RGB 69 57 0 -
CMYK 0 0.17 1 0.73
HSL 49.57º 1% 0.14% -
HSV(B) 49.57º 1% 0.27% -
XYZ 3.92 4.19 0.6 -
YUV 54.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 69 57 0 0 0.17 1 0.73 49.57 1 0.14
Hex 45 39 0 0 11 64 49 32 64 E
Octal 105 71 0 0 21 144 111 62 144 16
Binary 1000101 111001 0 0 10001 1100100 1001001 110010 1100100 1110

Color Harmonies of #453900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453900

Black with #453900

Text Example


Text Example

White with #453900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453900; }

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

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

background-color css

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

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

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

border-color css

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

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

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