Html Css Color HEX #704632 Cape Palliser

📋 copy color: '#704632'

red 112 ◦ green 70 ◦ blue 50

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

Shades of Cape Palliser #704632

Tints of Cape Palliser #704632

RGB

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

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

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

R = 48.28%
G = 30.17%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#704632 (or 0x704632) is known color: Cape Palliser. HEX triplet: 70, 46 and 32. RGB value is (112,70,50). Sum of RGB (Red+Green+Blue) = 112+70+50=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #704632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704632 is #8FB9CD. Grayscale: #505050. Windows color (decimal): -9419214 or 3294832. OLE color: 3294832.

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

Color convert

RGB 112 70 50 -
CMYK 0 0.38 0.55 0.56
HSL 19.35º 0.38% 0.32% -
HSV(B) 19.35º 0.55% 0.44% -
XYZ 9.45 8.06 4.07 -
YUV 80.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 112 70 50 0 0.38 0.55 0.56 19.35 0.38 0.32
Hex 70 46 32 0 26 37 38 13 26 20
Octal 160 106 62 0 46 67 70 23 46 40
Binary 1110000 1000110 110010 0 100110 110111 111000 10011 100110 100000

Color Harmonies of #704632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704632

Black with #704632

Text Example


Text Example

White with #704632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704632; }

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

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

background-color css

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

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

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

border-color css

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

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

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