Html Css Color HEX #C78746 Peru

📋 copy color: '#C78746'

red 199 ◦ green 135 ◦ blue 70

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

Shades of Peru #C78746

Tints of Peru #C78746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.33%

R = 49.26%
G = 33.42%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C78746 (or 0xC78746) is known color: Peru. HEX triplet: C7, 87 and 46. RGB value is (199,135,70). Sum of RGB (Red+Green+Blue) = 199+135+70=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C78746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78746 is #3878B9. Grayscale: #939393. Windows color (decimal): -3700922 or 4622279. OLE color: 4622279.

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

Color convert

RGB 199 135 70 -
CMYK 0 0.32 0.65 0.22
HSL 30.23º 0.54% 0.53% -
HSV(B) 30.23º 0.65% 0.78% -
XYZ 33.32 29.91 9.81 -
YUV 146.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 199 135 70 0 0.32 0.65 0.22 30.23 0.54 0.53
Hex C7 87 46 0 20 41 16 1E 36 35
Octal 307 207 106 0 40 101 26 36 66 65
Binary 11000111 10000111 1000110 0 100000 1000001 10110 11110 110110 110101

Color Harmonies of #C78746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78746

Black with #C78746

Text Example


Text Example

White with #C78746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78746; }

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

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

background-color css

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

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

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

border-color css

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

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

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