Html Css Color HEX #704431 Cape Palliser

📋 copy color: '#704431'

red 112 ◦ green 68 ◦ blue 49

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

Shades of Cape Palliser #704431

Tints of Cape Palliser #704431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 48.91%
G = 29.69%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#704431 (or 0x704431) is known color: Cape Palliser. HEX triplet: 70, 44 and 31. RGB value is (112,68,49). Sum of RGB (Red+Green+Blue) = 112+68+49=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #704431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704431 is #8FBBCE. Grayscale: #4F4F4F. Windows color (decimal): -9419727 or 3228784. OLE color: 3228784.

HSL color Cylindrical-coordinate representation of color #704431: hue angle of 18.1º 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 #704431 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 49 -
CMYK 0 0.39 0.56 0.56
HSL 18.1º 0.39% 0.32% -
HSV(B) 18.1º 0.56% 0.44% -
XYZ 9.3 7.8 3.92 -
YUV 78.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 112 68 49 0 0.39 0.56 0.56 18.1 0.39 0.32
Hex 70 44 31 0 27 38 38 12 27 20
Octal 160 104 61 0 47 70 70 22 47 40
Binary 1110000 1000100 110001 0 100111 111000 111000 10010 100111 100000

Color Harmonies of #704431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704431

Black with #704431

Text Example


Text Example

White with #704431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704431; }

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

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

background-color css

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

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

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

border-color css

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

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

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