Html Css Color HEX #514008 Madras

📋 copy color: '#514008'

red 81 ◦ green 64 ◦ blue 8

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

Shades of Madras #514008

Tints of Madras #514008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.23%

R = 52.94%
G = 41.83%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#514008 (or 0x514008) is known color: Madras. HEX triplet: 51, 40 and 08. RGB value is (81,64,8). Sum of RGB (Red+Green+Blue) = 81+64+8=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #514008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514008 is #AEBFF7. Grayscale: #3E3E3E. Windows color (decimal): -11452408 or 540753. OLE color: 540753.

HSL color Cylindrical-coordinate representation of color #514008: hue angle of 46.03º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #514008 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 64 8 -
CMYK 0 0.21 0.90 0.68
HSL 46.03º 0.82% 0.17% -
HSV(B) 46.03º 0.9% 0.32% -
XYZ 5.27 5.43 1 -
YUV 62.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 81 64 8 0 0.21 0.90 0.68 46.03 0.82 0.17
Hex 51 40 8 0 15 5A 44 2E 52 11
Octal 121 100 10 0 25 132 104 56 122 21
Binary 1010001 1000000 1000 0 10101 1011010 1000100 101110 1010010 10001

Color Harmonies of #514008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514008

Black with #514008

Text Example


Text Example

White with #514008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514008; }

 p { color: rgb(81,64,8); }

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

background-color css

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

 a { background-color: rgb(81,64,8); }

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

border-color css

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

 span { border-color: rgb(81,64,8); }

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