Html Css Color HEX #C58448 Peru

📋 copy color: '#C58448'

red 197 ◦ green 132 ◦ blue 72

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

Shades of Peru #C58448

Tints of Peru #C58448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 49.13%
G = 32.92%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C58448 (or 0xC58448) is known color: Peru. HEX triplet: C5, 84 and 48. RGB value is (197,132,72). Sum of RGB (Red+Green+Blue) = 197+132+72=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C58448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58448 is #3A7BB7. Grayscale: #909090. Windows color (decimal): -3832760 or 4752581. OLE color: 4752581.

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

Color convert

RGB 197 132 72 -
CMYK 0 0.33 0.63 0.23
HSL 28.8º 0.52% 0.53% -
HSV(B) 28.8º 0.63% 0.77% -
XYZ 32.45 28.84 9.99 -
YUV 144.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 197 132 72 0 0.33 0.63 0.23 28.8 0.52 0.53
Hex C5 84 48 0 21 3F 17 1D 34 35
Octal 305 204 110 0 41 77 27 35 64 65
Binary 11000101 10000100 1001000 0 100001 111111 10111 11101 110100 110101

Color Harmonies of #C58448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58448

Black with #C58448

Text Example


Text Example

White with #C58448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58448; }

 p { color: rgb(197,132,72); }

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

background-color css

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

 a { background-color: rgb(197,132,72); }

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

border-color css

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

 span { border-color: rgb(197,132,72); }

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