Html Css Color HEX #C7824A Peru

📋 copy color: '#C7824A'

red 199 ◦ green 130 ◦ blue 74

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

Shades of Peru #C7824A

Tints of Peru #C7824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.26%

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

R = 49.38%
G = 32.26%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7824A (or 0xC7824A) is known color: Peru. HEX triplet: C7, 82 and 4A. RGB value is (199,130,74). Sum of RGB (Red+Green+Blue) = 199+130+74=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C7824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7824A is #387DB5. Grayscale: #909090. Windows color (decimal): -3702198 or 4883143. OLE color: 4883143.

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

Color convert

RGB 199 130 74 -
CMYK 0 0.35 0.63 0.22
HSL 26.88º 0.53% 0.54% -
HSV(B) 26.88º 0.63% 0.78% -
XYZ 32.77 28.6 10.27 -
YUV 144.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 199 130 74 0 0.35 0.63 0.22 26.88 0.53 0.54
Hex C7 82 4A 0 23 3F 16 1B 35 36
Octal 307 202 112 0 43 77 26 33 65 66
Binary 11000111 10000010 1001010 0 100011 111111 10110 11011 110101 110110

Color Harmonies of #C7824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7824A

Black with #C7824A

Text Example


Text Example

White with #C7824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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