Html Css Color HEX #534001 Madras

📋 copy color: '#534001'

red 83 ◦ green 64 ◦ blue 1

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

Shades of Madras #534001

Tints of Madras #534001

RGB

 RED value IS 83 (32.81% from 255) = 56.08%

 GREEN value IS 64 (25.39% from 255) = 43.24%

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

R = 56.08%
G = 43.24%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#534001 (or 0x534001) is known color: Madras. HEX triplet: 53, 40 and 01. RGB value is (83,64,1). Sum of RGB (Red+Green+Blue) = 83+64+1=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #534001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534001 is #ACBFFE. Grayscale: #3E3E3E. Windows color (decimal): -11321343 or 82003. OLE color: 82003.

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

Color convert

RGB 83 64 1 -
CMYK 0 0.23 0.99 0.67
HSL 46.1º 0.98% 0.16% -
HSV(B) 46.1º 0.99% 0.33% -
XYZ 5.41 5.51 0.81 -
YUV 62.5 93.29 142.62 -
System Red Green Blue C M Y K H S L
Decimal 83 64 1 0 0.23 0.99 0.67 46.1 0.98 0.16
Hex 53 40 1 0 17 63 43 2E 62 10
Octal 123 100 1 0 27 143 103 56 142 20
Binary 1010011 1000000 1 0 10111 1100011 1000011 101110 1100010 10000

Color Harmonies of #534001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534001

Black with #534001

Text Example


Text Example

White with #534001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534001; }

 p { color: rgb(83,64,1); }

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

background-color css

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

 a { background-color: rgb(83,64,1); }

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

border-color css

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

 span { border-color: rgb(83,64,1); }

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