Html Css Color HEX #714633 Cape Palliser

📋 copy color: '#714633'

red 113 ◦ green 70 ◦ blue 51

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

Shades of Cape Palliser #714633

Tints of Cape Palliser #714633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

 BLUE value IS 51 (20.31% from 255) = 21.79%

R = 48.29%
G = 29.91%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#714633 (or 0x714633) is known color: Cape Palliser. HEX triplet: 71, 46 and 33. RGB value is (113,70,51). Sum of RGB (Red+Green+Blue) = 113+70+51=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714633 is #8EB9CC. Grayscale: #505050. Windows color (decimal): -9353677 or 3360369. OLE color: 3360369.

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

Color convert

RGB 113 70 51 -
CMYK 0 0.38 0.55 0.56
HSL 18.39º 0.38% 0.32% -
HSV(B) 18.39º 0.55% 0.44% -
XYZ 9.6 8.13 4.2 -
YUV 80.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 113 70 51 0 0.38 0.55 0.56 18.39 0.38 0.32
Hex 71 46 33 0 26 37 38 12 26 20
Octal 161 106 63 0 46 67 70 22 46 40
Binary 1110001 1000110 110011 0 100110 110111 111000 10010 100110 100000

Color Harmonies of #714633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714633

Black with #714633

Text Example


Text Example

White with #714633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714633; }

 p { color: rgb(113,70,51); }

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

background-color css

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

 a { background-color: rgb(113,70,51); }

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

border-color css

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

 span { border-color: rgb(113,70,51); }

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