Html Css Color HEX #534104 Madras

📋 copy color: '#534104'

red 83 ◦ green 65 ◦ blue 4

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

Shades of Madras #534104

Tints of Madras #534104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.63%

R = 54.61%
G = 42.76%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#534104 (or 0x534104) is known color: Madras. HEX triplet: 53, 41 and 04. RGB value is (83,65,4). Sum of RGB (Red+Green+Blue) = 83+65+4=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #534104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534104 is #ACBEFB. Grayscale: #3F3F3F. Windows color (decimal): -11321084 or 278867. OLE color: 278867.

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

Color convert

RGB 83 65 4 -
CMYK 0 0.22 0.95 0.67
HSL 46.33º 0.91% 0.17% -
HSV(B) 46.33º 0.95% 0.33% -
XYZ 5.48 5.63 0.91 -
YUV 63.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 83 65 4 0 0.22 0.95 0.67 46.33 0.91 0.17
Hex 53 41 4 0 16 5F 43 2E 5B 11
Octal 123 101 4 0 26 137 103 56 133 21
Binary 1010011 1000001 100 0 10110 1011111 1000011 101110 1011011 10001

Color Harmonies of #534104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534104

Black with #534104

Text Example


Text Example

White with #534104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534104; }

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

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

background-color css

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

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

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

border-color css

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

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

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