Html Css Color HEX #704732 Cape Palliser

📋 copy color: '#704732'

red 112 ◦ green 71 ◦ blue 50

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

Shades of Cape Palliser #704732

Tints of Cape Palliser #704732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.46%

R = 48.07%
G = 30.47%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#704732 (or 0x704732) is known color: Cape Palliser. HEX triplet: 70, 47 and 32. RGB value is (112,71,50). Sum of RGB (Red+Green+Blue) = 112+71+50=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704732 is #8FB8CD. Grayscale: #505050. Windows color (decimal): -9418958 or 3295088. OLE color: 3295088.

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

Color convert

RGB 112 71 50 -
CMYK 0 0.37 0.55 0.56
HSL 20.32º 0.38% 0.32% -
HSV(B) 20.32º 0.55% 0.44% -
XYZ 9.51 8.18 4.1 -
YUV 80.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 112 71 50 0 0.37 0.55 0.56 20.32 0.38 0.32
Hex 70 47 32 0 25 37 38 14 26 20
Octal 160 107 62 0 45 67 70 24 46 40
Binary 1110000 1000111 110010 0 100101 110111 111000 10100 100110 100000

Color Harmonies of #704732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704732

Black with #704732

Text Example


Text Example

White with #704732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704732; }

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

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

background-color css

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

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

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

border-color css

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

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

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