Html Css Color HEX #C58548 Peru

📋 copy color: '#C58548'

red 197 ◦ green 133 ◦ blue 72

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

Shades of Peru #C58548

Tints of Peru #C58548

RGB

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

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

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

R = 49%
G = 33.08%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C58548 (or 0xC58548) is known color: Peru. HEX triplet: C5, 85 and 48. RGB value is (197,133,72). Sum of RGB (Red+Green+Blue) = 197+133+72=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C58548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58548 is #3A7AB7. Grayscale: #919191. Windows color (decimal): -3832504 or 4752837. OLE color: 4752837.

HSL color Cylindrical-coordinate representation of color #C58548: hue angle of 29.28º 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 #C58548 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 72 -
CMYK 0 0.32 0.63 0.23
HSL 29.28º 0.52% 0.53% -
HSV(B) 29.28º 0.63% 0.77% -
XYZ 32.58 29.11 10.03 -
YUV 145.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 197 133 72 0 0.32 0.63 0.23 29.28 0.52 0.53
Hex C5 85 48 0 20 3F 17 1D 34 35
Octal 305 205 110 0 40 77 27 35 64 65
Binary 11000101 10000101 1001000 0 100000 111111 10111 11101 110100 110101

Color Harmonies of #C58548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58548

Black with #C58548

Text Example


Text Example

White with #C58548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58548; }

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

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

background-color css

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

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

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

border-color css

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

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

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