Html Css Color HEX #714937 Cape Palliser

📋 copy color: '#714937'

red 113 ◦ green 73 ◦ blue 55

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

Shades of Cape Palliser #714937

Tints of Cape Palliser #714937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.82%

R = 46.89%
G = 30.29%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#714937 (or 0x714937) is known color: Cape Palliser. HEX triplet: 71, 49 and 37. RGB value is (113,73,55). Sum of RGB (Red+Green+Blue) = 113+73+55=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #714937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714937 is #8EB6C8. Grayscale: #535353. Windows color (decimal): -9352905 or 3623281. OLE color: 3623281.

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

Color convert

RGB 113 73 55 -
CMYK 0 0.35 0.51 0.56
HSL 18.62º 0.35% 0.33% -
HSV(B) 18.62º 0.51% 0.44% -
XYZ 9.88 8.55 4.74 -
YUV 82.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 113 73 55 0 0.35 0.51 0.56 18.62 0.35 0.33
Hex 71 49 37 0 23 33 38 13 23 21
Octal 161 111 67 0 43 63 70 23 43 41
Binary 1110001 1001001 110111 0 100011 110011 111000 10011 100011 100001

Color Harmonies of #714937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714937

Black with #714937

Text Example


Text Example

White with #714937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714937; }

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

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

background-color css

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

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

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

border-color css

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

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

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