Html Css Color HEX #524303 Madras

📋 copy color: '#524303'

red 82 ◦ green 67 ◦ blue 3

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

Shades of Madras #524303

Tints of Madras #524303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.97%

R = 53.95%
G = 44.08%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#524303 (or 0x524303) is known color: Madras. HEX triplet: 52, 43 and 03. RGB value is (82,67,3). Sum of RGB (Red+Green+Blue) = 82+67+3=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #524303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524303 is #ADBCFC. Grayscale: #404040. Windows color (decimal): -11386109 or 213842. OLE color: 213842.

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

Color convert

RGB 82 67 3 -
CMYK 0 0.18 0.96 0.68
HSL 48.61º 0.93% 0.17% -
HSV(B) 48.61º 0.96% 0.32% -
XYZ 5.5 5.81 0.92 -
YUV 64.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 82 67 3 0 0.18 0.96 0.68 48.61 0.93 0.17
Hex 52 43 3 0 12 60 44 31 5D 11
Octal 122 103 3 0 22 140 104 61 135 21
Binary 1010010 1000011 11 0 10010 1100000 1000100 110001 1011101 10001

Color Harmonies of #524303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524303

Black with #524303

Text Example


Text Example

White with #524303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524303; }

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

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

background-color css

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

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

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

border-color css

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

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

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