Html Css Color HEX #514208 Madras

📋 copy color: '#514208'

red 81 ◦ green 66 ◦ blue 8

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

Shades of Madras #514208

Tints of Madras #514208

RGB

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

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

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

R = 52.26%
G = 42.58%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#514208 (or 0x514208) is known color: Madras. HEX triplet: 51, 42 and 08. RGB value is (81,66,8). Sum of RGB (Red+Green+Blue) = 81+66+8=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #514208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514208 is #AEBDF7. Grayscale: #404040. Windows color (decimal): -11451896 or 541265. OLE color: 541265.

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

Color convert

RGB 81 66 8 -
CMYK 0 0.19 0.90 0.68
HSL 47.67º 0.82% 0.17% -
HSV(B) 47.67º 0.9% 0.32% -
XYZ 5.39 5.66 1.04 -
YUV 63.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 81 66 8 0 0.19 0.90 0.68 47.67 0.82 0.17
Hex 51 42 8 0 13 5A 44 30 52 11
Octal 121 102 10 0 23 132 104 60 122 21
Binary 1010001 1000010 1000 0 10011 1011010 1000100 110000 1010010 10001

Color Harmonies of #514208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514208

Black with #514208

Text Example


Text Example

White with #514208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514208; }

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

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

background-color css

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

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

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

border-color css

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

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

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