Html Css Color HEX #533942 Tawny Port

📋 copy color: '#533942'

red 83 ◦ green 57 ◦ blue 66

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

Shades of Tawny Port #533942

Tints of Tawny Port #533942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

 BLUE value IS 66 (26.17% from 255) = 32.04%

R = 40.29%
G = 27.67%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#533942 (or 0x533942) is known color: Tawny Port. HEX triplet: 53, 39 and 42. RGB value is (83,57,66). Sum of RGB (Red+Green+Blue) = 83+57+66=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533942 is #ACC6BD. Grayscale: #414141. Windows color (decimal): -11323070 or 4340051. OLE color: 4340051.

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

Color convert

RGB 83 57 66 -
CMYK 0 0.31 0.20 0.67
HSL 339.23º 0.19% 0.27% -
HSV(B) 339.23º 0.31% 0.33% -
XYZ 6.01 5.16 5.83 -
YUV 65.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 83 57 66 0 0.31 0.20 0.67 339.23 0.19 0.27
Hex 53 39 42 0 1F 14 43 153 13 1B
Octal 123 71 102 0 37 24 103 523 23 33
Binary 1010011 111001 1000010 0 11111 10100 1000011 101010011 10011 11011

Color Harmonies of #533942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533942

Black with #533942

Text Example


Text Example

White with #533942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533942; }

 p { color: rgb(83,57,66); }

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

background-color css

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

 a { background-color: rgb(83,57,66); }

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

border-color css

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

 span { border-color: rgb(83,57,66); }

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