Html Css Color HEX #513B00 Madras

📋 copy color: '#513B00'

red 81 ◦ green 59 ◦ blue 0

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

Shades of Madras #513B00

Tints of Madras #513B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 42.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.86%
G = 42.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#513B00 (or 0x513B00) is known color: Madras. HEX triplet: 51, 3B and 00. RGB value is (81,59,0). Sum of RGB (Red+Green+Blue) = 81+59+0=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #513B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513B00 is #AEC4FF. Grayscale: #3B3B3B. Windows color (decimal): -11453696 or 15185. OLE color: 15185.

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

Color convert

RGB 81 59 0 -
CMYK 0 0.27 1 0.68
HSL 43.7º 1% 0.16% -
HSV(B) 43.7º 1% 0.32% -
XYZ 4.96 4.88 0.68 -
YUV 58.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 81 59 0 0 0.27 1 0.68 43.7 1 0.16
Hex 51 3B 0 0 1B 64 44 2C 64 10
Octal 121 73 0 0 33 144 104 54 144 20
Binary 1010001 111011 0 0 11011 1100100 1000100 101100 1100100 10000

Color Harmonies of #513B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B00

Black with #513B00

Text Example


Text Example

White with #513B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513B00; }

 p { color: rgb(81,59,0); }

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

background-color css

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

 a { background-color: rgb(81,59,0); }

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

border-color css

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

 span { border-color: rgb(81,59,0); }

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