#524601

Color #524601 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #524601

Tints of Madras #524601

Color information

#524601 (or 0x524601) is unknown color: approx 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

RGB82701-
CMYK00.150.990.68
HSL51.11º97.59%16.27%-
HSV(B)51.11º98.78%32.16%-
XYZ5.686.180.92-
YUV65.7291.48139.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8270100.150.990.6851.1197.5916.27
Hex524610F6344336210
Octal12210610171431046314220
Binary1010010100011010111111000111000100110011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>