Html Css Color HEX #C58646 Peru

📋 copy color: '#C58646'

red 197 ◦ green 134 ◦ blue 70

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

Shades of Peru #C58646

Tints of Peru #C58646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

 BLUE value IS 70 (27.73% from 255) = 17.46%

R = 49.13%
G = 33.42%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C58646 (or 0xC58646) is known color: Peru. HEX triplet: C5, 86 and 46. RGB value is (197,134,70). Sum of RGB (Red+Green+Blue) = 197+134+70=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C58646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58646 is #3A79B9. Grayscale: #919191. Windows color (decimal): -3832250 or 4622021. OLE color: 4622021.

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

Color convert

RGB 197 134 70 -
CMYK 0 0.32 0.64 0.23
HSL 30.24º 0.52% 0.52% -
HSV(B) 30.24º 0.64% 0.77% -
XYZ 32.66 29.36 9.74 -
YUV 145.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 197 134 70 0 0.32 0.64 0.23 30.24 0.52 0.52
Hex C5 86 46 0 20 40 17 1E 34 34
Octal 305 206 106 0 40 100 27 36 64 64
Binary 11000101 10000110 1000110 0 100000 1000000 10111 11110 110100 110100

Color Harmonies of #C58646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58646

Black with #C58646

Text Example


Text Example

White with #C58646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58646; }

 p { color: rgb(197,134,70); }

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

background-color css

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

 a { background-color: rgb(197,134,70); }

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

border-color css

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

 span { border-color: rgb(197,134,70); }

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