Html Css Color HEX #714935 Cape Palliser

📋 copy color: '#714935'

red 113 ◦ green 73 ◦ blue 53

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

Shades of Cape Palliser #714935

Tints of Cape Palliser #714935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 53 (21.09% from 255) = 22.18%

R = 47.28%
G = 30.54%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#714935 (or 0x714935) is known color: Cape Palliser. HEX triplet: 71, 49 and 35. RGB value is (113,73,53). Sum of RGB (Red+Green+Blue) = 113+73+53=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #714935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714935 is #8EB6CA. Grayscale: #525252. Windows color (decimal): -9352907 or 3492209. OLE color: 3492209.

HSL color Cylindrical-coordinate representation of color #714935: hue angle of 20º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #714935 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 53 -
CMYK 0 0.35 0.53 0.56
HSL 20º 0.36% 0.33% -
HSV(B) 20º 0.53% 0.44% -
XYZ 9.84 8.53 4.5 -
YUV 82.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 113 73 53 0 0.35 0.53 0.56 20 0.36 0.33
Hex 71 49 35 0 23 35 38 14 24 21
Octal 161 111 65 0 43 65 70 24 44 41
Binary 1110001 1001001 110101 0 100011 110101 111000 10100 100100 100001

Color Harmonies of #714935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714935

Black with #714935

Text Example


Text Example

White with #714935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714935; }

 p { color: rgb(113,73,53); }

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

background-color css

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

 a { background-color: rgb(113,73,53); }

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

border-color css

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

 span { border-color: rgb(113,73,53); }

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