Html Css Color HEX #5D3842 Tawny Port

📋 copy color: '#5D3842'

red 93 ◦ green 56 ◦ blue 66

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

Shades of Tawny Port #5D3842

Tints of Tawny Port #5D3842

RGB

 RED value IS 93 (36.72% from 255) = 43.26%

 GREEN value IS 56 (22.27% from 255) = 26.05%

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

R = 43.26%
G = 26.05%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#5D3842 (or 0x5D3842) is known color: Tawny Port. HEX triplet: 5D, 38 and 42. RGB value is (93,56,66). Sum of RGB (Red+Green+Blue) = 93+56+66=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3842 is #A2C7BD. Grayscale: #444444. Windows color (decimal): -10667966 or 4339805. OLE color: 4339805.

HSL color Cylindrical-coordinate representation of color #5D3842: hue angle of 343.78º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D3842 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 56 66 -
CMYK 0 0.40 0.29 0.64
HSL 343.78º 0.25% 0.29% -
HSV(B) 343.78º 0.4% 0.36% -
XYZ 6.91 5.55 5.86 -
YUV 68.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 93 56 66 0 0.40 0.29 0.64 343.78 0.25 0.29
Hex 5D 38 42 0 28 1D 40 158 19 1D
Octal 135 70 102 0 50 35 100 530 31 35
Binary 1011101 111000 1000010 0 101000 11101 1000000 101011000 11001 11101

Color Harmonies of #5D3842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3842

Black with #5D3842

Text Example


Text Example

White with #5D3842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D3842; }

 p { color: rgb(93,56,66); }

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

background-color css

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

 a { background-color: rgb(93,56,66); }

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

border-color css

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

 span { border-color: rgb(93,56,66); }

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