Html Css Color HEX #C78549 Peru

📋 copy color: '#C78549'

red 199 ◦ green 133 ◦ blue 73

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

Shades of Peru #C78549

Tints of Peru #C78549

RGB

 RED value IS 199 (78.13% from 255) = 49.14%

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 73 (28.91% from 255) = 18.02%

R = 49.14%
G = 32.84%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C78549 (or 0xC78549) is known color: Peru. HEX triplet: C7, 85 and 49. RGB value is (199,133,73). Sum of RGB (Red+Green+Blue) = 199+133+73=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C78549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78549 is #387AB6. Grayscale: #929292. Windows color (decimal): -3701431 or 4818375. OLE color: 4818375.

HSL color Cylindrical-coordinate representation of color #C78549: hue angle of 28.57º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C78549 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 133 73 -
CMYK 0 0.33 0.63 0.22
HSL 28.57º 0.53% 0.53% -
HSV(B) 28.57º 0.63% 0.78% -
XYZ 33.14 29.4 10.23 -
YUV 145.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 199 133 73 0 0.33 0.63 0.22 28.57 0.53 0.53
Hex C7 85 49 0 21 3F 16 1D 35 35
Octal 307 205 111 0 41 77 26 35 65 65
Binary 11000111 10000101 1001001 0 100001 111111 10110 11101 110101 110101

Color Harmonies of #C78549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78549

Black with #C78549

Text Example


Text Example

White with #C78549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78549; }

 p { color: rgb(199,133,73); }

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

background-color css

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

 a { background-color: rgb(199,133,73); }

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

border-color css

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

 span { border-color: rgb(199,133,73); }

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