Html Css Color HEX #513A02 Madras

📋 copy color: '#513A02'

red 81 ◦ green 58 ◦ blue 2

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

Shades of Madras #513A02

Tints of Madras #513A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.13%

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

R = 57.45%
G = 41.13%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#513A02 (or 0x513A02) is known color: Madras. HEX triplet: 51, 3A and 02. RGB value is (81,58,2). Sum of RGB (Red+Green+Blue) = 81+58+2=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #513A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A02 is #AEC5FD. Grayscale: #3A3A3A. Windows color (decimal): -11453950 or 146001. OLE color: 146001.

HSL color Cylindrical-coordinate representation of color #513A02: hue angle of 42.53º 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 #513A02 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 58 2 -
CMYK 0 0.28 0.98 0.68
HSL 42.53º 0.95% 0.16% -
HSV(B) 42.53º 0.98% 0.32% -
XYZ 4.92 4.78 0.72 -
YUV 58.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 81 58 2 0 0.28 0.98 0.68 42.53 0.95 0.16
Hex 51 3A 2 0 1C 62 44 2B 5F 10
Octal 121 72 2 0 34 142 104 53 137 20
Binary 1010001 111010 10 0 11100 1100010 1000100 101011 1011111 10000

Color Harmonies of #513A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A02

Black with #513A02

Text Example


Text Example

White with #513A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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