Html Css Color HEX #C7873F Peru

📋 copy color: '#C7873F'

red 199 ◦ green 135 ◦ blue 63

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

Shades of Peru #C7873F

Tints of Peru #C7873F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.87%

R = 50.13%
G = 34.01%
B = 15.87%

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

#C7873F (or 0xC7873F) is known color: Peru. HEX triplet: C7, 87 and 3F. RGB value is (199,135,63). Sum of RGB (Red+Green+Blue) = 199+135+63=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7873F is #3878C0. Grayscale: #929292. Windows color (decimal): -3700929 or 4163527. OLE color: 4163527.

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

Color convert

RGB 199 135 63 -
CMYK 0 0.32 0.68 0.22
HSL 31.76º 0.55% 0.51% -
HSV(B) 31.76º 0.68% 0.78% -
XYZ 33.11 29.83 8.71 -
YUV 145.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 199 135 63 0 0.32 0.68 0.22 31.76 0.55 0.51
Hex C7 87 3F 0 20 44 16 20 37 33
Octal 307 207 77 0 40 104 26 40 67 63
Binary 11000111 10000111 111111 0 100000 1000100 10110 100000 110111 110011

Color Harmonies of #C7873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7873F

Black with #C7873F

Text Example


Text Example

White with #C7873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7873F; }

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

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

background-color css

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

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

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

border-color css

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

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

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