Html Css Color HEX #714531 Cape Palliser

📋 copy color: '#714531'

red 113 ◦ green 69 ◦ blue 49

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

Shades of Cape Palliser #714531

Tints of Cape Palliser #714531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.87%

 BLUE value IS 49 (19.53% from 255) = 21.21%

R = 48.92%
G = 29.87%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#714531 (or 0x714531) is known color: Cape Palliser. HEX triplet: 71, 45 and 31. RGB value is (113,69,49). Sum of RGB (Red+Green+Blue) = 113+69+49=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #714531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714531 is #8EBACE. Grayscale: #505050. Windows color (decimal): -9353935 or 3229041. OLE color: 3229041.

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

Color convert

RGB 113 69 49 -
CMYK 0 0.39 0.57 0.56
HSL 18.75º 0.4% 0.32% -
HSV(B) 18.75º 0.57% 0.44% -
XYZ 9.49 7.99 3.95 -
YUV 79.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 113 69 49 0 0.39 0.57 0.56 18.75 0.4 0.32
Hex 71 45 31 0 27 39 38 13 28 20
Octal 161 105 61 0 47 71 70 23 50 40
Binary 1110001 1000101 110001 0 100111 111001 111000 10011 101000 100000

Color Harmonies of #714531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714531

Black with #714531

Text Example


Text Example

White with #714531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714531; }

 p { color: rgb(113,69,49); }

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

background-color css

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

 a { background-color: rgb(113,69,49); }

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

border-color css

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

 span { border-color: rgb(113,69,49); }

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