Html Css Color HEX #704633 Cape Palliser

📋 copy color: '#704633'

red 112 ◦ green 70 ◦ blue 51

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

Shades of Cape Palliser #704633

Tints of Cape Palliser #704633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

 BLUE value IS 51 (20.31% from 255) = 21.89%

R = 48.07%
G = 30.04%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704633 (or 0x704633) is known color: Cape Palliser. HEX triplet: 70, 46 and 33. RGB value is (112,70,51). Sum of RGB (Red+Green+Blue) = 112+70+51=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704633 is #8FB9CC. Grayscale: #505050. Windows color (decimal): -9419213 or 3360368. OLE color: 3360368.

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

Color convert

RGB 112 70 51 -
CMYK 0 0.38 0.54 0.56
HSL 18.69º 0.37% 0.32% -
HSV(B) 18.69º 0.54% 0.44% -
XYZ 9.47 8.06 4.19 -
YUV 80.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 112 70 51 0 0.38 0.54 0.56 18.69 0.37 0.32
Hex 70 46 33 0 26 36 38 13 25 20
Octal 160 106 63 0 46 66 70 23 45 40
Binary 1110000 1000110 110011 0 100110 110110 111000 10011 100101 100000

Color Harmonies of #704633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704633

Black with #704633

Text Example


Text Example

White with #704633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704633; }

 p { color: rgb(112,70,51); }

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

background-color css

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

 a { background-color: rgb(112,70,51); }

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

border-color css

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

 span { border-color: rgb(112,70,51); }

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