Html Css Color HEX #704A35 Cape Palliser

📋 copy color: '#704A35'

red 112 ◦ green 74 ◦ blue 53

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

Shades of Cape Palliser #704A35

Tints of Cape Palliser #704A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.96%

 BLUE value IS 53 (21.09% from 255) = 22.18%

R = 46.86%
G = 30.96%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#704A35 (or 0x704A35) is known color: Cape Palliser. HEX triplet: 70, 4A and 35. RGB value is (112,74,53). Sum of RGB (Red+Green+Blue) = 112+74+53=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #704A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A35 is #8FB5CA. Grayscale: #535353. Windows color (decimal): -9418187 or 3492464. OLE color: 3492464.

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

Color convert

RGB 112 74 53 -
CMYK 0 0.34 0.53 0.56
HSL 21.36º 0.36% 0.32% -
HSV(B) 21.36º 0.53% 0.44% -
XYZ 9.77 8.6 4.51 -
YUV 82.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 112 74 53 0 0.34 0.53 0.56 21.36 0.36 0.32
Hex 70 4A 35 0 22 35 38 15 24 20
Octal 160 112 65 0 42 65 70 25 44 40
Binary 1110000 1001010 110101 0 100010 110101 111000 10101 100100 100000

Color Harmonies of #704A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A35

Black with #704A35

Text Example


Text Example

White with #704A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,74,53); }

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

background-color css

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

 a { background-color: rgb(112,74,53); }

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

border-color css

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

 span { border-color: rgb(112,74,53); }

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