Html Css Color HEX #714532 Cape Palliser

📋 copy color: '#714532'

red 113 ◦ green 69 ◦ blue 50

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

Shades of Cape Palliser #714532

Tints of Cape Palliser #714532

RGB

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

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

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

R = 48.71%
G = 29.74%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#714532 (or 0x714532) is known color: Cape Palliser. HEX triplet: 71, 45 and 32. RGB value is (113,69,50). Sum of RGB (Red+Green+Blue) = 113+69+50=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #714532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714532 is #8EBACD. Grayscale: #505050. Windows color (decimal): -9353934 or 3294577. OLE color: 3294577.

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

Color convert

RGB 113 69 50 -
CMYK 0 0.39 0.56 0.56
HSL 18.1º 0.39% 0.32% -
HSV(B) 18.1º 0.56% 0.44% -
XYZ 9.51 8 4.06 -
YUV 79.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 113 69 50 0 0.39 0.56 0.56 18.1 0.39 0.32
Hex 71 45 32 0 27 38 38 12 27 20
Octal 161 105 62 0 47 70 70 22 47 40
Binary 1110001 1000101 110010 0 100111 111000 111000 10010 100111 100000

Color Harmonies of #714532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714532

Black with #714532

Text Example


Text Example

White with #714532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714532; }

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

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

background-color css

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

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

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

border-color css

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

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

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