Html Css Color HEX #704834 Cape Palliser

📋 copy color: '#704834'

red 112 ◦ green 72 ◦ blue 52

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

Shades of Cape Palliser #704834

Tints of Cape Palliser #704834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 47.46%
G = 30.51%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704834 (or 0x704834) is known color: Cape Palliser. HEX triplet: 70, 48 and 34. RGB value is (112,72,52). Sum of RGB (Red+Green+Blue) = 112+72+52=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #704834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704834 is #8FB7CB. Grayscale: #515151. Windows color (decimal): -9418700 or 3426416. OLE color: 3426416.

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

Color convert

RGB 112 72 52 -
CMYK 0 0.36 0.54 0.56
HSL 20º 0.37% 0.32% -
HSV(B) 20º 0.54% 0.44% -
XYZ 9.62 8.33 4.35 -
YUV 81.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 112 72 52 0 0.36 0.54 0.56 20 0.37 0.32
Hex 70 48 34 0 24 36 38 14 25 20
Octal 160 110 64 0 44 66 70 24 45 40
Binary 1110000 1001000 110100 0 100100 110110 111000 10100 100101 100000

Color Harmonies of #704834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704834

Black with #704834

Text Example


Text Example

White with #704834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704834; }

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

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

background-color css

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

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

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

border-color css

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

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

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