Html Css Color HEX #454003 Madras

📋 copy color: '#454003'

red 69 ◦ green 64 ◦ blue 3

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

Shades of Madras #454003

Tints of Madras #454003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.21%

R = 50.74%
G = 47.06%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#454003 (or 0x454003) is known color: Madras. HEX triplet: 45, 40 and 03. RGB value is (69,64,3). Sum of RGB (Red+Green+Blue) = 69+64+3=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #454003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454003 is #BABFFC. Grayscale: #3A3A3A. Windows color (decimal): -12238845 or 213061. OLE color: 213061.

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

Color convert

RGB 69 64 3 -
CMYK 0 0.07 0.96 0.73
HSL 55.45º 0.92% 0.14% -
HSV(B) 55.45º 0.96% 0.27% -
XYZ 4.3 4.94 0.81 -
YUV 58.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 69 64 3 0 0.07 0.96 0.73 55.45 0.92 0.14
Hex 45 40 3 0 7 60 49 37 5C E
Octal 105 100 3 0 7 140 111 67 134 16
Binary 1000101 1000000 11 0 111 1100000 1001001 110111 1011100 1110

Color Harmonies of #454003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454003

Black with #454003

Text Example


Text Example

White with #454003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454003; }

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

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

background-color css

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

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

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

border-color css

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

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

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