Html Css Color HEX #714932 Cape Palliser

📋 copy color: '#714932'

red 113 ◦ green 73 ◦ blue 50

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

Shades of Cape Palliser #714932

Tints of Cape Palliser #714932

RGB

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

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

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

R = 47.88%
G = 30.93%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#714932 (or 0x714932) is known color: Cape Palliser. HEX triplet: 71, 49 and 32. RGB value is (113,73,50). Sum of RGB (Red+Green+Blue) = 113+73+50=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #714932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714932 is #8EB6CD. Grayscale: #525252. Windows color (decimal): -9352910 or 3295601. OLE color: 3295601.

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

Color convert

RGB 113 73 50 -
CMYK 0 0.35 0.56 0.56
HSL 21.9º 0.39% 0.32% -
HSV(B) 21.9º 0.56% 0.44% -
XYZ 9.77 8.51 4.14 -
YUV 82.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 113 73 50 0 0.35 0.56 0.56 21.9 0.39 0.32
Hex 71 49 32 0 23 38 38 16 27 20
Octal 161 111 62 0 43 70 70 26 47 40
Binary 1110001 1001001 110010 0 100011 111000 111000 10110 100111 100000

Color Harmonies of #714932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714932

Black with #714932

Text Example


Text Example

White with #714932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714932; }

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

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

background-color css

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

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

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

border-color css

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

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

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