Html Css Color HEX #C7844A Peru

📋 copy color: '#C7844A'

red 199 ◦ green 132 ◦ blue 74

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

Shades of Peru #C7844A

Tints of Peru #C7844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

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

R = 49.14%
G = 32.59%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7844A (or 0xC7844A) is known color: Peru. HEX triplet: C7, 84 and 4A. RGB value is (199,132,74). Sum of RGB (Red+Green+Blue) = 199+132+74=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7844A is #387BB5. Grayscale: #919191. Windows color (decimal): -3701686 or 4883655. OLE color: 4883655.

HSL color Cylindrical-coordinate representation of color #C7844A: hue angle of 27.84º 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 #C7844A is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 132 74 -
CMYK 0 0.34 0.63 0.22
HSL 27.84º 0.53% 0.54% -
HSV(B) 27.84º 0.63% 0.78% -
XYZ 33.04 29.14 10.36 -
YUV 145.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 199 132 74 0 0.34 0.63 0.22 27.84 0.53 0.54
Hex C7 84 4A 0 22 3F 16 1C 35 36
Octal 307 204 112 0 42 77 26 34 65 66
Binary 11000111 10000100 1001010 0 100010 111111 10110 11100 110101 110110

Color Harmonies of #C7844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7844A

Black with #C7844A

Text Example


Text Example

White with #C7844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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