Html Css Color HEX #714732 Cape Palliser

📋 copy color: '#714732'

red 113 ◦ green 71 ◦ blue 50

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

Shades of Cape Palliser #714732

Tints of Cape Palliser #714732

RGB

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

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

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

R = 48.29%
G = 30.34%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#714732 (or 0x714732) is known color: Cape Palliser. HEX triplet: 71, 47 and 32. RGB value is (113,71,50). Sum of RGB (Red+Green+Blue) = 113+71+50=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714732 is #8EB8CD. Grayscale: #515151. Windows color (decimal): -9353422 or 3295089. OLE color: 3295089.

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

Color convert

RGB 113 71 50 -
CMYK 0 0.37 0.56 0.56
HSL 20º 0.39% 0.32% -
HSV(B) 20º 0.56% 0.44% -
XYZ 9.64 8.25 4.1 -
YUV 81.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 113 71 50 0 0.37 0.56 0.56 20 0.39 0.32
Hex 71 47 32 0 25 38 38 14 27 20
Octal 161 107 62 0 45 70 70 24 47 40
Binary 1110001 1000111 110010 0 100101 111000 111000 10100 100111 100000

Color Harmonies of #714732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714732

Black with #714732

Text Example


Text Example

White with #714732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714732; }

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

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

background-color css

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

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

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

border-color css

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

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

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