Html Css Color HEX #714C33 Cape Palliser

📋 copy color: '#714C33'

red 113 ◦ green 76 ◦ blue 51

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

Shades of Cape Palliser #714C33

Tints of Cape Palliser #714C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.67%

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

R = 47.08%
G = 31.67%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#714C33 (or 0x714C33) is known color: Cape Palliser. HEX triplet: 71, 4C and 33. RGB value is (113,76,51). Sum of RGB (Red+Green+Blue) = 113+76+51=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #714C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C33 is #8EB3CC. Grayscale: #545454. Windows color (decimal): -9352141 or 3361905. OLE color: 3361905.

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

Color convert

RGB 113 76 51 -
CMYK 0 0.33 0.55 0.56
HSL 24.19º 0.38% 0.32% -
HSV(B) 24.19º 0.55% 0.44% -
XYZ 9.99 8.92 4.33 -
YUV 84.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 113 76 51 0 0.33 0.55 0.56 24.19 0.38 0.32
Hex 71 4C 33 0 21 37 38 18 26 20
Octal 161 114 63 0 41 67 70 30 46 40
Binary 1110001 1001100 110011 0 100001 110111 111000 11000 100110 100000

Color Harmonies of #714C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C33

Black with #714C33

Text Example


Text Example

White with #714C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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