Html Css Color HEX #534100 Madras

📋 copy color: '#534100'

red 83 ◦ green 65 ◦ blue 0

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

Shades of Madras #534100

Tints of Madras #534100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.08%
G = 43.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#534100 (or 0x534100) is known color: Madras. HEX triplet: 53, 41 and 00. RGB value is (83,65,0). Sum of RGB (Red+Green+Blue) = 83+65+0=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #534100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534100 is #ACBEFF. Grayscale: #3F3F3F. Windows color (decimal): -11321088 or 16723. OLE color: 16723.

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

Color convert

RGB 83 65 0 -
CMYK 0 0.22 1 0.67
HSL 46.99º 1% 0.16% -
HSV(B) 46.99º 1% 0.33% -
XYZ 5.46 5.62 0.8 -
YUV 62.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 83 65 0 0 0.22 1 0.67 46.99 1 0.16
Hex 53 41 0 0 16 64 43 2F 64 10
Octal 123 101 0 0 26 144 103 57 144 20
Binary 1010011 1000001 0 0 10110 1100100 1000011 101111 1100100 10000

Color Harmonies of #534100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534100

Black with #534100

Text Example


Text Example

White with #534100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534100; }

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

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

background-color css

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

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

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

border-color css

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

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

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