Html Css Color HEX #C78740 Peru

📋 copy color: '#C78740'

red 199 ◦ green 135 ◦ blue 64

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

Shades of Peru #C78740

Tints of Peru #C78740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.92%

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 50%
G = 33.92%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C78740 (or 0xC78740) is known color: Peru. HEX triplet: C7, 87 and 40. RGB value is (199,135,64). Sum of RGB (Red+Green+Blue) = 199+135+64=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C78740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78740 is #3878BF. Grayscale: #929292. Windows color (decimal): -3700928 or 4229063. OLE color: 4229063.

HSL color Cylindrical-coordinate representation of color #C78740: hue angle of 31.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C78740 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 135 64 -
CMYK 0 0.32 0.68 0.22
HSL 31.56º 0.55% 0.52% -
HSV(B) 31.56º 0.68% 0.78% -
XYZ 33.14 29.84 8.86 -
YUV 146.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 199 135 64 0 0.32 0.68 0.22 31.56 0.55 0.52
Hex C7 87 40 0 20 44 16 20 37 34
Octal 307 207 100 0 40 104 26 40 67 64
Binary 11000111 10000111 1000000 0 100000 1000100 10110 100000 110111 110100

Color Harmonies of #C78740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78740

Black with #C78740

Text Example


Text Example

White with #C78740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78740; }

 p { color: rgb(199,135,64); }

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

background-color css

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

 a { background-color: rgb(199,135,64); }

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

border-color css

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

 span { border-color: rgb(199,135,64); }

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