Html Css Color HEX #C7854A Peru

📋 copy color: '#C7854A'

red 199 ◦ green 133 ◦ blue 74

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

Shades of Peru #C7854A

Tints of Peru #C7854A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 49.01%
G = 32.76%
B = 18.23%

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

#C7854A (or 0xC7854A) is known color: Peru. HEX triplet: C7, 85 and 4A. RGB value is (199,133,74). Sum of RGB (Red+Green+Blue) = 199+133+74=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7854A is #387AB5. Grayscale: #929292. Windows color (decimal): -3701430 or 4883911. OLE color: 4883911.

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

Color convert

RGB 199 133 74 -
CMYK 0 0.33 0.63 0.22
HSL 28.32º 0.53% 0.54% -
HSV(B) 28.32º 0.63% 0.78% -
XYZ 33.18 29.41 10.41 -
YUV 146.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 199 133 74 0 0.33 0.63 0.22 28.32 0.53 0.54
Hex C7 85 4A 0 21 3F 16 1C 35 36
Octal 307 205 112 0 41 77 26 34 65 66
Binary 11000111 10000101 1001010 0 100001 111111 10110 11100 110101 110110

Color Harmonies of #C7854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7854A

Black with #C7854A

Text Example


Text Example

White with #C7854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7854A; }

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

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

background-color css

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

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

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

border-color css

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

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

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