Html Css Color HEX #714730 Cape Palliser

📋 copy color: '#714730'

red 113 ◦ green 71 ◦ blue 48

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

Shades of Cape Palliser #714730

Tints of Cape Palliser #714730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.6%

 BLUE value IS 48 (19.14% from 255) = 20.69%

R = 48.71%
G = 30.6%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#714730 (or 0x714730) is known color: Cape Palliser. HEX triplet: 71, 47 and 30. RGB value is (113,71,48). Sum of RGB (Red+Green+Blue) = 113+71+48=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #714730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714730 is #8EB8CF. Grayscale: #515151. Windows color (decimal): -9353424 or 3164017. OLE color: 3164017.

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

Color convert

RGB 113 71 48 -
CMYK 0 0.37 0.58 0.56
HSL 21.23º 0.4% 0.32% -
HSV(B) 21.23º 0.58% 0.44% -
XYZ 9.6 8.23 3.88 -
YUV 80.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 113 71 48 0 0.37 0.58 0.56 21.23 0.4 0.32
Hex 71 47 30 0 25 3A 38 15 28 20
Octal 161 107 60 0 45 72 70 25 50 40
Binary 1110001 1000111 110000 0 100101 111010 111000 10101 101000 100000

Color Harmonies of #714730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714730

Black with #714730

Text Example


Text Example

White with #714730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714730; }

 p { color: rgb(113,71,48); }

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

background-color css

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

 a { background-color: rgb(113,71,48); }

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

border-color css

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

 span { border-color: rgb(113,71,48); }

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