Html Css Color HEX #524300 Madras

📋 copy color: '#524300'

red 82 ◦ green 67 ◦ blue 0

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

Shades of Madras #524300

Tints of Madras #524300

RGB

 RED value IS 82 (32.42% from 255) = 55.03%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.03%
G = 44.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#524300 (or 0x524300) is known color: Madras. HEX triplet: 52, 43 and 00. RGB value is (82,67,0). Sum of RGB (Red+Green+Blue) = 82+67+0=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #524300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524300 is #ADBCFF. Grayscale: #404040. Windows color (decimal): -11386112 or 17234. OLE color: 17234.

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

Color convert

RGB 82 67 0 -
CMYK 0 0.18 1 0.68
HSL 49.02º 1% 0.16% -
HSV(B) 49.02º 1% 0.32% -
XYZ 5.49 5.81 0.83 -
YUV 63.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 82 67 0 0 0.18 1 0.68 49.02 1 0.16
Hex 52 43 0 0 12 64 44 31 64 10
Octal 122 103 0 0 22 144 104 61 144 20
Binary 1010010 1000011 0 0 10010 1100100 1000100 110001 1100100 10000

Color Harmonies of #524300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524300

Black with #524300

Text Example


Text Example

White with #524300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524300; }

 p { color: rgb(82,67,0); }

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

background-color css

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

 a { background-color: rgb(82,67,0); }

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

border-color css

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

 span { border-color: rgb(82,67,0); }

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