Html Css Color HEX #704D32 Cape Palliser

📋 copy color: '#704D32'

red 112 ◦ green 77 ◦ blue 50

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

Shades of Cape Palliser #704D32

Tints of Cape Palliser #704D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.92%

R = 46.86%
G = 32.22%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#704D32 (or 0x704D32) is known color: Cape Palliser. HEX triplet: 70, 4D and 32. RGB value is (112,77,50). Sum of RGB (Red+Green+Blue) = 112+77+50=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #704D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D32 is #8FB2CD. Grayscale: #545454. Windows color (decimal): -9417422 or 3296624. OLE color: 3296624.

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

Color convert

RGB 112 77 50 -
CMYK 0 0.31 0.55 0.56
HSL 26.13º 0.38% 0.32% -
HSV(B) 26.13º 0.55% 0.44% -
XYZ 9.91 8.98 4.23 -
YUV 84.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 112 77 50 0 0.31 0.55 0.56 26.13 0.38 0.32
Hex 70 4D 32 0 1F 37 38 1A 26 20
Octal 160 115 62 0 37 67 70 32 46 40
Binary 1110000 1001101 110010 0 11111 110111 111000 11010 100110 100000

Color Harmonies of #704D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D32

Black with #704D32

Text Example


Text Example

White with #704D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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