Html Css Color HEX #714A32 Cape Palliser

📋 copy color: '#714A32'

red 113 ◦ green 74 ◦ blue 50

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

Shades of Cape Palliser #714A32

Tints of Cape Palliser #714A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.22%

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

R = 47.68%
G = 31.22%
B = 21.1%

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

#714A32 (or 0x714A32) is known color: Cape Palliser. HEX triplet: 71, 4A and 32. RGB value is (113,74,50). Sum of RGB (Red+Green+Blue) = 113+74+50=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #714A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A32 is #8EB5CD. Grayscale: #535353. Windows color (decimal): -9352654 or 3295857. OLE color: 3295857.

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

Color convert

RGB 113 74 50 -
CMYK 0 0.35 0.56 0.56
HSL 22.86º 0.39% 0.32% -
HSV(B) 22.86º 0.56% 0.44% -
XYZ 9.83 8.64 4.17 -
YUV 82.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 113 74 50 0 0.35 0.56 0.56 22.86 0.39 0.32
Hex 71 4A 32 0 23 38 38 17 27 20
Octal 161 112 62 0 43 70 70 27 47 40
Binary 1110001 1001010 110010 0 100011 111000 111000 10111 100111 100000

Color Harmonies of #714A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A32

Black with #714A32

Text Example


Text Example

White with #714A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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