Html Css Color HEX #534018 Madras

📋 copy color: '#534018'

red 83 ◦ green 64 ◦ blue 24

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

Shades of Madras #534018

Tints of Madras #534018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.04%

R = 48.54%
G = 37.43%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#534018 (or 0x534018) is known color: Madras. HEX triplet: 53, 40 and 18. RGB value is (83,64,24). Sum of RGB (Red+Green+Blue) = 83+64+24=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #534018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534018 is #ACBFE7. Grayscale: #414141. Windows color (decimal): -11321320 or 1589331. OLE color: 1589331.

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

Color convert

RGB 83 64 24 -
CMYK 0 0.23 0.71 0.67
HSL 40.68º 0.55% 0.21% -
HSV(B) 40.68º 0.71% 0.33% -
XYZ 5.57 5.57 1.65 -
YUV 65.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 83 64 24 0 0.23 0.71 0.67 40.68 0.55 0.21
Hex 53 40 18 0 17 47 43 29 37 15
Octal 123 100 30 0 27 107 103 51 67 25
Binary 1010011 1000000 11000 0 10111 1000111 1000011 101001 110111 10101

Color Harmonies of #534018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534018

Black with #534018

Text Example


Text Example

White with #534018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534018; }

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

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

background-color css

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

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

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

border-color css

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

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

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