Html Css Color HEX #704C2F Cape Palliser

📋 copy color: '#704C2F'

red 112 ◦ green 76 ◦ blue 47

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

Shades of Cape Palliser #704C2F

Tints of Cape Palliser #704C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

 BLUE value IS 47 (18.75% from 255) = 20%

R = 47.66%
G = 32.34%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#704C2F (or 0x704C2F) is known color: Cape Palliser. HEX triplet: 70, 4C and 2F. RGB value is (112,76,47). Sum of RGB (Red+Green+Blue) = 112+76+47=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C2F is #8FB3D0. Grayscale: #535353. Windows color (decimal): -9417681 or 3099760. OLE color: 3099760.

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

Color convert

RGB 112 76 47 -
CMYK 0 0.32 0.58 0.56
HSL 26.77º 0.41% 0.31% -
HSV(B) 26.77º 0.58% 0.44% -
XYZ 9.78 8.82 3.88 -
YUV 83.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 112 76 47 0 0.32 0.58 0.56 26.77 0.41 0.31
Hex 70 4C 2F 0 20 3A 38 1B 29 1F
Octal 160 114 57 0 40 72 70 33 51 37
Binary 1110000 1001100 101111 0 100000 111010 111000 11011 101001 11111

Color Harmonies of #704C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C2F

Black with #704C2F

Text Example


Text Example

White with #704C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,76,47); }

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

background-color css

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

 a { background-color: rgb(112,76,47); }

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

border-color css

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

 span { border-color: rgb(112,76,47); }

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