Html Css Color HEX #714934 Cape Palliser

📋 copy color: '#714934'

red 113 ◦ green 73 ◦ blue 52

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

Shades of Cape Palliser #714934

Tints of Cape Palliser #714934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 47.48%
G = 30.67%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#714934 (or 0x714934) is known color: Cape Palliser. HEX triplet: 71, 49 and 34. RGB value is (113,73,52). Sum of RGB (Red+Green+Blue) = 113+73+52=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #714934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714934 is #8EB6CB. Grayscale: #525252. Windows color (decimal): -9352908 or 3426673. OLE color: 3426673.

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

Color convert

RGB 113 73 52 -
CMYK 0 0.35 0.54 0.56
HSL 20.66º 0.37% 0.32% -
HSV(B) 20.66º 0.54% 0.44% -
XYZ 9.81 8.52 4.38 -
YUV 82.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 113 73 52 0 0.35 0.54 0.56 20.66 0.37 0.32
Hex 71 49 34 0 23 36 38 15 25 20
Octal 161 111 64 0 43 66 70 25 45 40
Binary 1110001 1001001 110100 0 100011 110110 111000 10101 100101 100000

Color Harmonies of #714934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714934

Black with #714934

Text Example


Text Example

White with #714934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714934; }

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

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

background-color css

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

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

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

border-color css

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

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

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