Html Css Color HEX #514601 Madras

📋 copy color: '#514601'

red 81 ◦ green 70 ◦ blue 1

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

Shades of Madras #514601

Tints of Madras #514601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.05%

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

R = 53.29%
G = 46.05%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#514601 (or 0x514601) is known color: Madras. HEX triplet: 51, 46 and 01. RGB value is (81,70,1). Sum of RGB (Red+Green+Blue) = 81+70+1=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #514601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514601 is #AEB9FE. Grayscale: #414141. Windows color (decimal): -11450879 or 83537. OLE color: 83537.

HSL color Cylindrical-coordinate representation of color #514601: hue angle of 51.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 #514601 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 1 -
CMYK 0 0.14 0.99 0.68
HSL 51.75º 0.98% 0.16% -
HSV(B) 51.75º 0.99% 0.32% -
XYZ 5.59 6.13 0.92 -
YUV 65.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 81 70 1 0 0.14 0.99 0.68 51.75 0.98 0.16
Hex 51 46 1 0 E 63 44 34 62 10
Octal 121 106 1 0 16 143 104 64 142 20
Binary 1010001 1000110 1 0 1110 1100011 1000100 110100 1100010 10000

Color Harmonies of #514601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514601

Black with #514601

Text Example


Text Example

White with #514601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514601; }

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

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

background-color css

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

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

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

border-color css

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

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

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