Html Css Color HEX #504308 Madras

📋 copy color: '#504308'

red 80 ◦ green 67 ◦ blue 8

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

Shades of Madras #504308

Tints of Madras #504308

RGB

 RED value IS 80 (31.64% from 255) = 51.61%

 GREEN value IS 67 (26.56% from 255) = 43.23%

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

R = 51.61%
G = 43.23%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#504308 (or 0x504308) is known color: Madras. HEX triplet: 50, 43 and 08. RGB value is (80,67,8). Sum of RGB (Red+Green+Blue) = 80+67+8=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #504308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504308 is #AFBCF7. Grayscale: #404040. Windows color (decimal): -11517176 or 541520. OLE color: 541520.

HSL color Cylindrical-coordinate representation of color #504308: hue angle of 49.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #504308 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 67 8 -
CMYK 0 0.16 0.90 0.69
HSL 49.17º 0.82% 0.17% -
HSV(B) 49.17º 0.9% 0.31% -
XYZ 5.36 5.74 1.05 -
YUV 64.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 80 67 8 0 0.16 0.90 0.69 49.17 0.82 0.17
Hex 50 43 8 0 10 5A 45 31 52 11
Octal 120 103 10 0 20 132 105 61 122 21
Binary 1010000 1000011 1000 0 10000 1011010 1000101 110001 1010010 10001

Color Harmonies of #504308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504308

Black with #504308

Text Example


Text Example

White with #504308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504308; }

 p { color: rgb(80,67,8); }

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

background-color css

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

 a { background-color: rgb(80,67,8); }

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

border-color css

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

 span { border-color: rgb(80,67,8); }

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