Html Css Color HEX #524202 Madras

📋 copy color: '#524202'

red 82 ◦ green 66 ◦ blue 2

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

Shades of Madras #524202

Tints of Madras #524202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

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

R = 54.67%
G = 44%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#524202 (or 0x524202) is known color: Madras. HEX triplet: 52, 42 and 02. RGB value is (82,66,2). Sum of RGB (Red+Green+Blue) = 82+66+2=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #524202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524202 is #ADBDFD. Grayscale: #3F3F3F. Windows color (decimal): -11386366 or 148050. OLE color: 148050.

HSL color Cylindrical-coordinate representation of color #524202: hue angle of 48º 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 #524202 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 66 2 -
CMYK 0 0.20 0.98 0.68
HSL 48º 0.95% 0.16% -
HSV(B) 48º 0.98% 0.32% -
XYZ 5.44 5.69 0.87 -
YUV 63.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 82 66 2 0 0.20 0.98 0.68 48 0.95 0.16
Hex 52 42 2 0 14 62 44 30 5F 10
Octal 122 102 2 0 24 142 104 60 137 20
Binary 1010010 1000010 10 0 10100 1100010 1000100 110000 1011111 10000

Color Harmonies of #524202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524202

Black with #524202

Text Example


Text Example

White with #524202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524202; }

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

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

background-color css

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

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

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

border-color css

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

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

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