Html Css Color HEX #704730 Cape Palliser

📋 copy color: '#704730'

red 112 ◦ green 71 ◦ blue 48

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

Shades of Cape Palliser #704730

Tints of Cape Palliser #704730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 48.48%
G = 30.74%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#704730 (or 0x704730) is known color: Cape Palliser. HEX triplet: 70, 47 and 30. RGB value is (112,71,48). Sum of RGB (Red+Green+Blue) = 112+71+48=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704730 is #8FB8CF. Grayscale: #505050. Windows color (decimal): -9418960 or 3164016. OLE color: 3164016.

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

Color convert

RGB 112 71 48 -
CMYK 0 0.37 0.57 0.56
HSL 21.56º 0.4% 0.31% -
HSV(B) 21.56º 0.57% 0.44% -
XYZ 9.47 8.16 3.87 -
YUV 80.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 112 71 48 0 0.37 0.57 0.56 21.56 0.4 0.31
Hex 70 47 30 0 25 39 38 16 28 1F
Octal 160 107 60 0 45 71 70 26 50 37
Binary 1110000 1000111 110000 0 100101 111001 111000 10110 101000 11111

Color Harmonies of #704730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704730

Black with #704730

Text Example


Text Example

White with #704730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704730; }

 p { color: rgb(112,71,48); }

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

background-color css

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

 a { background-color: rgb(112,71,48); }

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

border-color css

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

 span { border-color: rgb(112,71,48); }

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