Html Css Color HEX #524312 Madras

📋 copy color: '#524312'

red 82 ◦ green 67 ◦ blue 18

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

Shades of Madras #524312

Tints of Madras #524312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.78%

R = 49.1%
G = 40.12%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#524312 (or 0x524312) is known color: Madras. HEX triplet: 52, 43 and 12. RGB value is (82,67,18). Sum of RGB (Red+Green+Blue) = 82+67+18=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #524312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524312 is #ADBCED. Grayscale: #424242. Windows color (decimal): -11386094 or 1196882. OLE color: 1196882.

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

Color convert

RGB 82 67 18 -
CMYK 0 0.18 0.78 0.68
HSL 45.94º 0.64% 0.2% -
HSV(B) 45.94º 0.78% 0.32% -
XYZ 5.6 5.85 1.41 -
YUV 65.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 82 67 18 0 0.18 0.78 0.68 45.94 0.64 0.2
Hex 52 43 12 0 12 4E 44 2E 40 14
Octal 122 103 22 0 22 116 104 56 100 24
Binary 1010010 1000011 10010 0 10010 1001110 1000100 101110 1000000 10100

Color Harmonies of #524312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524312

Black with #524312

Text Example


Text Example

White with #524312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524312; }

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

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

background-color css

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

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

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

border-color css

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

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

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