Html Css Color HEX #513B08 Madras

📋 copy color: '#513B08'

red 81 ◦ green 59 ◦ blue 8

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

Shades of Madras #513B08

Tints of Madras #513B08

RGB

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

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

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

R = 54.73%
G = 39.86%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#513B08 (or 0x513B08) is known color: Madras. HEX triplet: 51, 3B and 08. RGB value is (81,59,8). Sum of RGB (Red+Green+Blue) = 81+59+8=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #513B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513B08 is #AEC4F7. Grayscale: #3B3B3B. Windows color (decimal): -11453688 or 539473. OLE color: 539473.

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

Color convert

RGB 81 59 8 -
CMYK 0 0.27 0.90 0.68
HSL 41.92º 0.82% 0.17% -
HSV(B) 41.92º 0.9% 0.32% -
XYZ 5 4.89 0.91 -
YUV 59.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 81 59 8 0 0.27 0.90 0.68 41.92 0.82 0.17
Hex 51 3B 8 0 1B 5A 44 2A 52 11
Octal 121 73 10 0 33 132 104 52 122 21
Binary 1010001 111011 1000 0 11011 1011010 1000100 101010 1010010 10001

Color Harmonies of #513B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B08

Black with #513B08

Text Example


Text Example

White with #513B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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