Html Css Color HEX #513C04 Madras

📋 copy color: '#513C04'

red 81 ◦ green 60 ◦ blue 4

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

Shades of Madras #513C04

Tints of Madras #513C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.38%

 BLUE value IS 4 (1.95% from 255) = 2.76%

R = 55.86%
G = 41.38%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#513C04 (or 0x513C04) is known color: Madras. HEX triplet: 51, 3C and 04. RGB value is (81,60,4). Sum of RGB (Red+Green+Blue) = 81+60+4=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #513C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C04 is #AEC3FB. Grayscale: #3C3C3C. Windows color (decimal): -11453436 or 277585. OLE color: 277585.

HSL color Cylindrical-coordinate representation of color #513C04: hue angle of 43.64º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #513C04 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 60 4 -
CMYK 0 0.26 0.95 0.68
HSL 43.64º 0.91% 0.17% -
HSV(B) 43.64º 0.95% 0.32% -
XYZ 5.03 4.99 0.81 -
YUV 59.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 81 60 4 0 0.26 0.95 0.68 43.64 0.91 0.17
Hex 51 3C 4 0 1A 5F 44 2C 5B 11
Octal 121 74 4 0 32 137 104 54 133 21
Binary 1010001 111100 100 0 11010 1011111 1000100 101100 1011011 10001

Color Harmonies of #513C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C04

Black with #513C04

Text Example


Text Example

White with #513C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,60,4); }

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

background-color css

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

 a { background-color: rgb(81,60,4); }

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

border-color css

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

 span { border-color: rgb(81,60,4); }

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