Html Css Color HEX #704A32 Cape Palliser

📋 copy color: '#704A32'

red 112 ◦ green 74 ◦ blue 50

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

Shades of Cape Palliser #704A32

Tints of Cape Palliser #704A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.36%

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

R = 47.46%
G = 31.36%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#704A32 (or 0x704A32) is known color: Cape Palliser. HEX triplet: 70, 4A and 32. RGB value is (112,74,50). Sum of RGB (Red+Green+Blue) = 112+74+50=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #704A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A32 is #8FB5CD. Grayscale: #525252. Windows color (decimal): -9418190 or 3295856. OLE color: 3295856.

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

Color convert

RGB 112 74 50 -
CMYK 0 0.34 0.55 0.56
HSL 23.23º 0.38% 0.32% -
HSV(B) 23.23º 0.55% 0.44% -
XYZ 9.71 8.57 4.16 -
YUV 82.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 112 74 50 0 0.34 0.55 0.56 23.23 0.38 0.32
Hex 70 4A 32 0 22 37 38 17 26 20
Octal 160 112 62 0 42 67 70 27 46 40
Binary 1110000 1001010 110010 0 100010 110111 111000 10111 100110 100000

Color Harmonies of #704A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A32

Black with #704A32

Text Example


Text Example

White with #704A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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