Html Css Color HEX #524601 Madras

📋 copy color: '#524601'

red 82 ◦ green 70 ◦ blue 1

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

Shades of Madras #524601

Tints of Madras #524601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.75%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 53.59%
G = 45.75%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#524601 (or 0x524601) is known color: Madras. HEX triplet: 52, 46 and 01. RGB value is (82,70,1). Sum of RGB (Red+Green+Blue) = 82+70+1=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #524601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524601 is #ADB9FE. Grayscale: #424242. Windows color (decimal): -11385343 or 83538. OLE color: 83538.

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

Color convert

RGB 82 70 1 -
CMYK 0 0.15 0.99 0.68
HSL 51.11º 0.98% 0.16% -
HSV(B) 51.11º 0.99% 0.32% -
XYZ 5.68 6.18 0.92 -
YUV 65.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 82 70 1 0 0.15 0.99 0.68 51.11 0.98 0.16
Hex 52 46 1 0 F 63 44 33 62 10
Octal 122 106 1 0 17 143 104 63 142 20
Binary 1010010 1000110 1 0 1111 1100011 1000100 110011 1100010 10000

Color Harmonies of #524601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524601

Black with #524601

Text Example


Text Example

White with #524601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524601; }

 p { color: rgb(82,70,1); }

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

background-color css

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

 a { background-color: rgb(82,70,1); }

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

border-color css

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

 span { border-color: rgb(82,70,1); }

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