Html Css Color HEX #534012 Madras

📋 copy color: '#534012'

red 83 ◦ green 64 ◦ blue 18

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

Shades of Madras #534012

Tints of Madras #534012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.91%

R = 50.3%
G = 38.79%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#534012 (or 0x534012) is known color: Madras. HEX triplet: 53, 40 and 12. RGB value is (83,64,18). Sum of RGB (Red+Green+Blue) = 83+64+18=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #534012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534012 is #ACBFED. Grayscale: #404040. Windows color (decimal): -11321326 or 1196115. OLE color: 1196115.

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

Color convert

RGB 83 64 18 -
CMYK 0 0.23 0.78 0.67
HSL 42.46º 0.64% 0.2% -
HSV(B) 42.46º 0.78% 0.33% -
XYZ 5.51 5.55 1.35 -
YUV 64.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 83 64 18 0 0.23 0.78 0.67 42.46 0.64 0.2
Hex 53 40 12 0 17 4E 43 2A 40 14
Octal 123 100 22 0 27 116 103 52 100 24
Binary 1010011 1000000 10010 0 10111 1001110 1000011 101010 1000000 10100

Color Harmonies of #534012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534012

Black with #534012

Text Example


Text Example

White with #534012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534012; }

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

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

background-color css

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

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

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

border-color css

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

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

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