Html Css Color HEX #C58543 Peru

📋 copy color: '#C58543'

red 197 ◦ green 133 ◦ blue 67

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

Shades of Peru #C58543

Tints of Peru #C58543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.88%

R = 49.62%
G = 33.5%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C58543 (or 0xC58543) is known color: Peru. HEX triplet: C5, 85 and 43. RGB value is (197,133,67). Sum of RGB (Red+Green+Blue) = 197+133+67=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C58543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58543 is #3A7ABC. Grayscale: #909090. Windows color (decimal): -3832509 or 4425157. OLE color: 4425157.

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

Color convert

RGB 197 133 67 -
CMYK 0 0.32 0.66 0.23
HSL 30.46º 0.53% 0.52% -
HSV(B) 30.46º 0.66% 0.77% -
XYZ 32.43 29.05 9.21 -
YUV 144.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 197 133 67 0 0.32 0.66 0.23 30.46 0.53 0.52
Hex C5 85 43 0 20 42 17 1E 35 34
Octal 305 205 103 0 40 102 27 36 65 64
Binary 11000101 10000101 1000011 0 100000 1000010 10111 11110 110101 110100

Color Harmonies of #C58543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58543

Black with #C58543

Text Example


Text Example

White with #C58543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58543; }

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

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

background-color css

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

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

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

border-color css

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

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

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