#534108

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

Shades of Madras #534108

Tints of Madras #534108

Color information

#534108 (or 0x534108) is unknown color: approx Madras. HEX triplet: 53, 41 and 08. RGB value is (83,65,8). Sum of RGB (Red+Green+Blue) = 83+65+8=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #534108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534108 is #ACBEF7. Grayscale: #404040. Windows color (decimal): -11321080 or 541011. OLE color: 541011.

HSL color Cylindrical-coordinate representation of color #534108: hue angle of 45.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534108 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83658-
CMYK00.220.900.67
HSL45.6º82.42%17.84%-
HSV(B)45.6º90.36%32.55%-
XYZ5.55.641.03-
YUV63.8896.46141.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=53.21%
G=41.67%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8365800.220.900.6745.682.4217.84
Hex534180165A432e5212
Octal123101100261321035612222
Binary10100111000001100001011010110101000011101110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534108; }

 p { color: rgb(83,65,8); }

 H1.HeaderClassName
 {
   color: #534108;
 }
 .AnyTagClassName
 {
   color: #534108;
 }
</style>
background-color css

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

 a { background-color: rgb(83,65,8); }

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

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

 span { border-color: rgb(83,65,8); }

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