Html Css Color HEX #714830 Cape Palliser

📋 copy color: '#714830'

red 113 ◦ green 72 ◦ blue 48

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

Shades of Cape Palliser #714830

Tints of Cape Palliser #714830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

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

R = 48.5%
G = 30.9%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#714830 (or 0x714830) is known color: Cape Palliser. HEX triplet: 71, 48 and 30. RGB value is (113,72,48). Sum of RGB (Red+Green+Blue) = 113+72+48=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #714830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714830 is #8EB7CF. Grayscale: #515151. Windows color (decimal): -9353168 or 3164273. OLE color: 3164273.

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

Color convert

RGB 113 72 48 -
CMYK 0 0.36 0.58 0.56
HSL 22.15º 0.4% 0.32% -
HSV(B) 22.15º 0.58% 0.44% -
XYZ 9.66 8.36 3.9 -
YUV 81.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 113 72 48 0 0.36 0.58 0.56 22.15 0.4 0.32
Hex 71 48 30 0 24 3A 38 16 28 20
Octal 161 110 60 0 44 72 70 26 50 40
Binary 1110001 1001000 110000 0 100100 111010 111000 10110 101000 100000

Color Harmonies of #714830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714830

Black with #714830

Text Example


Text Example

White with #714830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714830; }

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

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

background-color css

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

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

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

border-color css

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

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

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