Html Css Color HEX #C58541 Peru

📋 copy color: '#C58541'

red 197 ◦ green 133 ◦ blue 65

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

Shades of Peru #C58541

Tints of Peru #C58541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 49.87%
G = 33.67%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C58541 (or 0xC58541) is known color: Peru. HEX triplet: C5, 85 and 41. RGB value is (197,133,65). Sum of RGB (Red+Green+Blue) = 197+133+65=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C58541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58541 is #3A7ABE. Grayscale: #909090. Windows color (decimal): -3832511 or 4294085. OLE color: 4294085.

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

Color convert

RGB 197 133 65 -
CMYK 0 0.32 0.67 0.23
HSL 30.91º 0.53% 0.51% -
HSV(B) 30.91º 0.67% 0.77% -
XYZ 32.37 29.03 8.9 -
YUV 144.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 197 133 65 0 0.32 0.67 0.23 30.91 0.53 0.51
Hex C5 85 41 0 20 43 17 1F 35 33
Octal 305 205 101 0 40 103 27 37 65 63
Binary 11000101 10000101 1000001 0 100000 1000011 10111 11111 110101 110011

Color Harmonies of #C58541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58541

Black with #C58541

Text Example


Text Example

White with #C58541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58541; }

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

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

background-color css

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

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

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

border-color css

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

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

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