Html Css Color HEX #534314 Madras

📋 copy color: '#534314'

red 83 ◦ green 67 ◦ blue 20

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

Shades of Madras #534314

Tints of Madras #534314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.41%

 BLUE value IS 20 (8.2% from 255) = 11.76%

R = 48.82%
G = 39.41%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#534314 (or 0x534314) is known color: Madras. HEX triplet: 53, 43 and 14. RGB value is (83,67,20). Sum of RGB (Red+Green+Blue) = 83+67+20=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534314 is #ACBCEB. Grayscale: #424242. Windows color (decimal): -11320556 or 1327955. OLE color: 1327955.

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

Color convert

RGB 83 67 20 -
CMYK 0 0.19 0.76 0.67
HSL 44.76º 0.61% 0.2% -
HSV(B) 44.76º 0.76% 0.33% -
XYZ 5.7 5.9 1.5 -
YUV 66.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 83 67 20 0 0.19 0.76 0.67 44.76 0.61 0.2
Hex 53 43 14 0 13 4C 43 2D 3D 14
Octal 123 103 24 0 23 114 103 55 75 24
Binary 1010011 1000011 10100 0 10011 1001100 1000011 101101 111101 10100

Color Harmonies of #534314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534314

Black with #534314

Text Example


Text Example

White with #534314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534314; }

 p { color: rgb(83,67,20); }

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

background-color css

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

 a { background-color: rgb(83,67,20); }

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

border-color css

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

 span { border-color: rgb(83,67,20); }

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