Html Css Color HEX #534401 Madras

📋 copy color: '#534401'

red 83 ◦ green 68 ◦ blue 1

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

Shades of Madras #534401

Tints of Madras #534401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.74%

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

R = 54.61%
G = 44.74%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#534401 (or 0x534401) is known color: Madras. HEX triplet: 53, 44 and 01. RGB value is (83,68,1). Sum of RGB (Red+Green+Blue) = 83+68+1=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #534401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534401 is #ACBBFE. Grayscale: #414141. Windows color (decimal): -11320319 or 83027. OLE color: 83027.

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

Color convert

RGB 83 68 1 -
CMYK 0 0.18 0.99 0.67
HSL 49.02º 0.98% 0.16% -
HSV(B) 49.02º 0.99% 0.33% -
XYZ 5.64 5.98 0.88 -
YUV 64.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 83 68 1 0 0.18 0.99 0.67 49.02 0.98 0.16
Hex 53 44 1 0 12 63 43 31 62 10
Octal 123 104 1 0 22 143 103 61 142 20
Binary 1010011 1000100 1 0 10010 1100011 1000011 110001 1100010 10000

Color Harmonies of #534401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534401

Black with #534401

Text Example


Text Example

White with #534401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534401; }

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

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

background-color css

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

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

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

border-color css

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

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

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