Html Css Color HEX #C7853C Peru

📋 copy color: '#C7853C'

red 199 ◦ green 133 ◦ blue 60

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

Shades of Peru #C7853C

Tints of Peru #C7853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.31%

R = 50.77%
G = 33.93%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7853C (or 0xC7853C) is known color: Peru. HEX triplet: C7, 85 and 3C. RGB value is (199,133,60). Sum of RGB (Red+Green+Blue) = 199+133+60=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7853C is #387AC3. Grayscale: #909090. Windows color (decimal): -3701444 or 3966407. OLE color: 3966407.

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

Color convert

RGB 199 133 60 -
CMYK 0 0.33 0.70 0.22
HSL 31.51º 0.55% 0.51% -
HSV(B) 31.51º 0.7% 0.78% -
XYZ 32.76 29.24 8.19 -
YUV 144.41 80.37 166.94 -
System Red Green Blue C M Y K H S L
Decimal 199 133 60 0 0.33 0.70 0.22 31.51 0.55 0.51
Hex C7 85 3C 0 21 46 16 20 37 33
Octal 307 205 74 0 41 106 26 40 67 63
Binary 11000111 10000101 111100 0 100001 1000110 10110 100000 110111 110011

Color Harmonies of #C7853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7853C

Black with #C7853C

Text Example


Text Example

White with #C7853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7853C; }

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

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

background-color css

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

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

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

border-color css

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

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

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