Html Css Color HEX #C58644 Peru

📋 copy color: '#C58644'

red 197 ◦ green 134 ◦ blue 68

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

Shades of Peru #C58644

Tints of Peru #C58644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.04%

R = 49.37%
G = 33.58%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C58644 (or 0xC58644) is known color: Peru. HEX triplet: C5, 86 and 44. RGB value is (197,134,68). Sum of RGB (Red+Green+Blue) = 197+134+68=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C58644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58644 is #3A79BB. Grayscale: #919191. Windows color (decimal): -3832252 or 4490949. OLE color: 4490949.

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

Color convert

RGB 197 134 68 -
CMYK 0 0.32 0.65 0.23
HSL 30.7º 0.53% 0.52% -
HSV(B) 30.7º 0.65% 0.77% -
XYZ 32.59 29.34 9.41 -
YUV 145.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 197 134 68 0 0.32 0.65 0.23 30.7 0.53 0.52
Hex C5 86 44 0 20 41 17 1F 35 34
Octal 305 206 104 0 40 101 27 37 65 64
Binary 11000101 10000110 1000100 0 100000 1000001 10111 11111 110101 110100

Color Harmonies of #C58644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58644

Black with #C58644

Text Example


Text Example

White with #C58644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58644; }

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

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

background-color css

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

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

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

border-color css

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

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

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