Html Css Color HEX #514108 Madras

📋 copy color: '#514108'

red 81 ◦ green 65 ◦ blue 8

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

Shades of Madras #514108

Tints of Madras #514108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.21%

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

R = 52.6%
G = 42.21%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#514108 (or 0x514108) is known color: Madras. HEX triplet: 51, 41 and 08. RGB value is (81,65,8). Sum of RGB (Red+Green+Blue) = 81+65+8=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #514108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514108 is #AEBEF7. Grayscale: #3F3F3F. Windows color (decimal): -11452152 or 541009. OLE color: 541009.

HSL color Cylindrical-coordinate representation of color #514108: hue angle of 46.85º 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 #514108 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 65 8 -
CMYK 0 0.20 0.90 0.68
HSL 46.85º 0.82% 0.17% -
HSV(B) 46.85º 0.9% 0.32% -
XYZ 5.33 5.55 1.02 -
YUV 63.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 81 65 8 0 0.20 0.90 0.68 46.85 0.82 0.17
Hex 51 41 8 0 14 5A 44 2F 52 11
Octal 121 101 10 0 24 132 104 57 122 21
Binary 1010001 1000001 1000 0 10100 1011010 1000100 101111 1010010 10001

Color Harmonies of #514108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514108

Black with #514108

Text Example


Text Example

White with #514108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514108; }

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

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

background-color css

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

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

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

border-color css

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

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

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