Html Css Color HEX #514201 Madras

📋 copy color: '#514201'

red 81 ◦ green 66 ◦ blue 1

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

Shades of Madras #514201

Tints of Madras #514201

RGB

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

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

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

R = 54.73%
G = 44.59%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#514201 (or 0x514201) is known color: Madras. HEX triplet: 51, 42 and 01. RGB value is (81,66,1). Sum of RGB (Red+Green+Blue) = 81+66+1=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #514201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514201 is #AEBDFE. Grayscale: #3F3F3F. Windows color (decimal): -11451903 or 82513. OLE color: 82513.

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

Color convert

RGB 81 66 1 -
CMYK 0 0.19 0.99 0.68
HSL 48.75º 0.98% 0.16% -
HSV(B) 48.75º 0.99% 0.32% -
XYZ 5.35 5.65 0.84 -
YUV 63.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 81 66 1 0 0.19 0.99 0.68 48.75 0.98 0.16
Hex 51 42 1 0 13 63 44 31 62 10
Octal 121 102 1 0 23 143 104 61 142 20
Binary 1010001 1000010 1 0 10011 1100011 1000100 110001 1100010 10000

Color Harmonies of #514201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514201

Black with #514201

Text Example


Text Example

White with #514201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514201; }

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

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

background-color css

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

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

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

border-color css

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

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

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