Html Css Color HEX #524302 Madras

📋 copy color: '#524302'

red 82 ◦ green 67 ◦ blue 2

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

Shades of Madras #524302

Tints of Madras #524302

RGB

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

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

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

R = 54.3%
G = 44.37%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#524302 (or 0x524302) is known color: Madras. HEX triplet: 52, 43 and 02. RGB value is (82,67,2). Sum of RGB (Red+Green+Blue) = 82+67+2=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #524302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524302 is #ADBCFD. Grayscale: #404040. Windows color (decimal): -11386110 or 148306. OLE color: 148306.

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

Color convert

RGB 82 67 2 -
CMYK 0 0.18 0.98 0.68
HSL 48.75º 0.95% 0.16% -
HSV(B) 48.75º 0.98% 0.32% -
XYZ 5.5 5.81 0.89 -
YUV 64.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 82 67 2 0 0.18 0.98 0.68 48.75 0.95 0.16
Hex 52 43 2 0 12 62 44 31 5F 10
Octal 122 103 2 0 22 142 104 61 137 20
Binary 1010010 1000011 10 0 10010 1100010 1000100 110001 1011111 10000

Color Harmonies of #524302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524302

Black with #524302

Text Example


Text Example

White with #524302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524302; }

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

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

background-color css

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

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

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

border-color css

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

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

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