Html Css Color HEX #714632 Cape Palliser

📋 copy color: '#714632'

red 113 ◦ green 70 ◦ blue 50

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

Shades of Cape Palliser #714632

Tints of Cape Palliser #714632

RGB

 RED value IS 113 (44.53% from 255) = 48.5%

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

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

R = 48.5%
G = 30.04%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#714632 (or 0x714632) is known color: Cape Palliser. HEX triplet: 71, 46 and 32. RGB value is (113,70,50). Sum of RGB (Red+Green+Blue) = 113+70+50=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #714632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714632 is #8EB9CD. Grayscale: #505050. Windows color (decimal): -9353678 or 3294833. OLE color: 3294833.

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

Color convert

RGB 113 70 50 -
CMYK 0 0.38 0.56 0.56
HSL 19.05º 0.39% 0.32% -
HSV(B) 19.05º 0.56% 0.44% -
XYZ 9.58 8.12 4.08 -
YUV 80.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 113 70 50 0 0.38 0.56 0.56 19.05 0.39 0.32
Hex 71 46 32 0 26 38 38 13 27 20
Octal 161 106 62 0 46 70 70 23 47 40
Binary 1110001 1000110 110010 0 100110 111000 111000 10011 100111 100000

Color Harmonies of #714632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714632

Black with #714632

Text Example


Text Example

White with #714632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714632; }

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

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

background-color css

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

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

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

border-color css

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

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

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