Html Css Color HEX #704D31 Cape Palliser

📋 copy color: '#704D31'

red 112 ◦ green 77 ◦ blue 49

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

Shades of Cape Palliser #704D31

Tints of Cape Palliser #704D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

 BLUE value IS 49 (19.53% from 255) = 20.59%

R = 47.06%
G = 32.35%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#704D31 (or 0x704D31) is known color: Cape Palliser. HEX triplet: 70, 4D and 31. RGB value is (112,77,49). Sum of RGB (Red+Green+Blue) = 112+77+49=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #704D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D31 is #8FB2CE. Grayscale: #545454. Windows color (decimal): -9417423 or 3231088. OLE color: 3231088.

HSL color Cylindrical-coordinate representation of color #704D31: hue angle of 26.67º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704D31 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 49 -
CMYK 0 0.31 0.56 0.56
HSL 26.67º 0.39% 0.32% -
HSV(B) 26.67º 0.56% 0.44% -
XYZ 9.89 8.97 4.12 -
YUV 84.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 112 77 49 0 0.31 0.56 0.56 26.67 0.39 0.32
Hex 70 4D 31 0 1F 38 38 1B 27 20
Octal 160 115 61 0 37 70 70 33 47 40
Binary 1110000 1001101 110001 0 11111 111000 111000 11011 100111 100000

Color Harmonies of #704D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D31

Black with #704D31

Text Example


Text Example

White with #704D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704D31; }

 p { color: rgb(112,77,49); }

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

background-color css

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

 a { background-color: rgb(112,77,49); }

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

border-color css

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

 span { border-color: rgb(112,77,49); }

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