Html Css Color HEX #703848 Tawny Port

📋 copy color: '#703848'

red 112 ◦ green 56 ◦ blue 72

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

Shades of Tawny Port #703848

Tints of Tawny Port #703848

RGB

 RED value IS 112 (44.14% from 255) = 46.67%

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

 BLUE value IS 72 (28.52% from 255) = 30%

R = 46.67%
G = 23.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#703848 (or 0x703848) is known color: Tawny Port. HEX triplet: 70, 38 and 48. RGB value is (112,56,72). Sum of RGB (Red+Green+Blue) = 112+56+72=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #703848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703848 is #8FC7B7. Grayscale: #4A4A4A. Windows color (decimal): -9422776 or 4733040. OLE color: 4733040.

HSL color Cylindrical-coordinate representation of color #703848: hue angle of 342.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703848 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 72 -
CMYK 0 0.50 0.36 0.56
HSL 342.86º 0.33% 0.33% -
HSV(B) 342.86º 0.5% 0.44% -
XYZ 9.27 6.74 6.94 -
YUV 74.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 112 56 72 0 0.50 0.36 0.56 342.86 0.33 0.33
Hex 70 38 48 0 32 24 38 157 21 21
Octal 160 70 110 0 62 44 70 527 41 41
Binary 1110000 111000 1001000 0 110010 100100 111000 101010111 100001 100001

Color Harmonies of #703848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703848

Black with #703848

Text Example


Text Example

White with #703848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703848; }

 p { color: rgb(112,56,72); }

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

background-color css

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

 a { background-color: rgb(112,56,72); }

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

border-color css

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

 span { border-color: rgb(112,56,72); }

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