Html Css Color HEX #514203 Madras

📋 copy color: '#514203'

red 81 ◦ green 66 ◦ blue 3

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

Shades of Madras #514203

Tints of Madras #514203

RGB

 RED value IS 81 (32.03% from 255) = 54%

 GREEN value IS 66 (26.17% from 255) = 44%

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

R = 54%
G = 44%
B = 2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#514203 (or 0x514203) is known color: Madras. HEX triplet: 51, 42 and 03. RGB value is (81,66,3). Sum of RGB (Red+Green+Blue) = 81+66+3=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #514203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514203 is #AEBDFC. Grayscale: #3F3F3F. Windows color (decimal): -11451901 or 213585. OLE color: 213585.

HSL color Cylindrical-coordinate representation of color #514203: hue angle of 48.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #514203 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 66 3 -
CMYK 0 0.19 0.96 0.68
HSL 48.46º 0.93% 0.16% -
HSV(B) 48.46º 0.96% 0.32% -
XYZ 5.36 5.65 0.89 -
YUV 63.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 81 66 3 0 0.19 0.96 0.68 48.46 0.93 0.16
Hex 51 42 3 0 13 60 44 30 5D 10
Octal 121 102 3 0 23 140 104 60 135 20
Binary 1010001 1000010 11 0 10011 1100000 1000100 110000 1011101 10000

Color Harmonies of #514203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514203

Black with #514203

Text Example


Text Example

White with #514203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514203; }

 p { color: rgb(81,66,3); }

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

background-color css

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

 a { background-color: rgb(81,66,3); }

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

border-color css

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

 span { border-color: rgb(81,66,3); }

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