Html Css Color HEX #524402 Madras

📋 copy color: '#524402'

red 82 ◦ green 68 ◦ blue 2

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

Shades of Madras #524402

Tints of Madras #524402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.74%

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 53.95%
G = 44.74%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#524402 (or 0x524402) is known color: Madras. HEX triplet: 52, 44 and 02. RGB value is (82,68,2). Sum of RGB (Red+Green+Blue) = 82+68+2=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #524402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524402 is #ADBBFD. Grayscale: #404040. Windows color (decimal): -11385854 or 148562. OLE color: 148562.

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

Color convert

RGB 82 68 2 -
CMYK 0 0.17 0.98 0.68
HSL 49.5º 0.95% 0.16% -
HSV(B) 49.5º 0.98% 0.32% -
XYZ 5.56 5.93 0.91 -
YUV 64.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 82 68 2 0 0.17 0.98 0.68 49.5 0.95 0.16
Hex 52 44 2 0 11 62 44 32 5F 10
Octal 122 104 2 0 21 142 104 62 137 20
Binary 1010010 1000100 10 0 10001 1100010 1000100 110010 1011111 10000

Color Harmonies of #524402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524402

Black with #524402

Text Example


Text Example

White with #524402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524402; }

 p { color: rgb(82,68,2); }

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

background-color css

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

 a { background-color: rgb(82,68,2); }

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

border-color css

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

 span { border-color: rgb(82,68,2); }

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