Html Css Color HEX #714C2F Cape Palliser

📋 copy color: '#714C2F'

red 113 ◦ green 76 ◦ blue 47

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

Shades of Cape Palliser #714C2F

Tints of Cape Palliser #714C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 47 (18.75% from 255) = 19.92%

R = 47.88%
G = 32.2%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#714C2F (or 0x714C2F) is known color: Cape Palliser. HEX triplet: 71, 4C and 2F. RGB value is (113,76,47). Sum of RGB (Red+Green+Blue) = 113+76+47=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #714C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C2F is #8EB3D0. Grayscale: #535353. Windows color (decimal): -9352145 or 3099761. OLE color: 3099761.

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

Color convert

RGB 113 76 47 -
CMYK 0 0.33 0.58 0.56
HSL 26.36º 0.41% 0.31% -
HSV(B) 26.36º 0.58% 0.44% -
XYZ 9.91 8.88 3.88 -
YUV 83.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 113 76 47 0 0.33 0.58 0.56 26.36 0.41 0.31
Hex 71 4C 2F 0 21 3A 38 1A 29 1F
Octal 161 114 57 0 41 72 70 32 51 37
Binary 1110001 1001100 101111 0 100001 111010 111000 11010 101001 11111

Color Harmonies of #714C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C2F

Black with #714C2F

Text Example


Text Example

White with #714C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714C2F; }

 p { color: rgb(113,76,47); }

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

background-color css

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

 a { background-color: rgb(113,76,47); }

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

border-color css

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

 span { border-color: rgb(113,76,47); }

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