Html Css Color HEX #C5854D Peru

📋 copy color: '#C5854D'

red 197 ◦ green 133 ◦ blue 77

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

Shades of Peru #C5854D

Tints of Peru #C5854D

RGB

 RED value IS 197 (77.34% from 255) = 48.4%

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

 BLUE value IS 77 (30.47% from 255) = 18.92%

R = 48.4%
G = 32.68%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5854D (or 0xC5854D) is known color: Peru. HEX triplet: C5, 85 and 4D. RGB value is (197,133,77). Sum of RGB (Red+Green+Blue) = 197+133+77=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5854D is #3A7AB2. Grayscale: #929292. Windows color (decimal): -3832499 or 5080517. OLE color: 5080517.

HSL color Cylindrical-coordinate representation of color #C5854D: hue angle of 28º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5854D is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 77 -
CMYK 0 0.32 0.61 0.23
HSL 28º 0.51% 0.54% -
HSV(B) 28º 0.61% 0.77% -
XYZ 32.75 29.18 10.93 -
YUV 145.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 197 133 77 0 0.32 0.61 0.23 28 0.51 0.54
Hex C5 85 4D 0 20 3D 17 1C 33 36
Octal 305 205 115 0 40 75 27 34 63 66
Binary 11000101 10000101 1001101 0 100000 111101 10111 11100 110011 110110

Color Harmonies of #C5854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5854D

Black with #C5854D

Text Example


Text Example

White with #C5854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5854D; }

 p { color: rgb(197,133,77); }

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

background-color css

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

 a { background-color: rgb(197,133,77); }

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

border-color css

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

 span { border-color: rgb(197,133,77); }

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