Html Css Color HEX #513C02 Madras

📋 copy color: '#513C02'

red 81 ◦ green 60 ◦ blue 2

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

Shades of Madras #513C02

Tints of Madras #513C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.4%

R = 56.64%
G = 41.96%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#513C02 (or 0x513C02) is known color: Madras. HEX triplet: 51, 3C and 02. RGB value is (81,60,2). Sum of RGB (Red+Green+Blue) = 81+60+2=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #513C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C02 is #AEC3FD. Grayscale: #3B3B3B. Windows color (decimal): -11453438 or 146513. OLE color: 146513.

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

Color convert

RGB 81 60 2 -
CMYK 0 0.26 0.98 0.68
HSL 44.05º 0.95% 0.16% -
HSV(B) 44.05º 0.98% 0.32% -
XYZ 5.02 4.99 0.76 -
YUV 59.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 81 60 2 0 0.26 0.98 0.68 44.05 0.95 0.16
Hex 51 3C 2 0 1A 62 44 2C 5F 10
Octal 121 74 2 0 32 142 104 54 137 20
Binary 1010001 111100 10 0 11010 1100010 1000100 101100 1011111 10000

Color Harmonies of #513C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C02

Black with #513C02

Text Example


Text Example

White with #513C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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