Html Css Color HEX #714D30 Cape Palliser

📋 copy color: '#714D30'

red 113 ◦ green 77 ◦ blue 48

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

Shades of Cape Palliser #714D30

Tints of Cape Palliser #714D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

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

R = 47.48%
G = 32.35%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#714D30 (or 0x714D30) is known color: Cape Palliser. HEX triplet: 71, 4D and 30. RGB value is (113,77,48). Sum of RGB (Red+Green+Blue) = 113+77+48=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #714D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D30 is #8EB2CF. Grayscale: #545454. Windows color (decimal): -9351888 or 3165553. OLE color: 3165553.

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

Color convert

RGB 113 77 48 -
CMYK 0 0.32 0.58 0.56
HSL 26.77º 0.4% 0.32% -
HSV(B) 26.77º 0.58% 0.44% -
XYZ 10 9.03 4.01 -
YUV 84.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 113 77 48 0 0.32 0.58 0.56 26.77 0.4 0.32
Hex 71 4D 30 0 20 3A 38 1B 28 20
Octal 161 115 60 0 40 72 70 33 50 40
Binary 1110001 1001101 110000 0 100000 111010 111000 11011 101000 100000

Color Harmonies of #714D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D30

Black with #714D30

Text Example


Text Example

White with #714D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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