Html Css Color HEX #C58343 Peru

📋 copy color: '#C58343'

red 197 ◦ green 131 ◦ blue 67

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

Shades of Peru #C58343

Tints of Peru #C58343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

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

R = 49.87%
G = 33.16%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C58343 (or 0xC58343) is known color: Peru. HEX triplet: C5, 83 and 43. RGB value is (197,131,67). Sum of RGB (Red+Green+Blue) = 197+131+67=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C58343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58343 is #3A7CBC. Grayscale: #8F8F8F. Windows color (decimal): -3833021 or 4424645. OLE color: 4424645.

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

Color convert

RGB 197 131 67 -
CMYK 0 0.34 0.66 0.23
HSL 29.54º 0.53% 0.52% -
HSV(B) 29.54º 0.66% 0.77% -
XYZ 32.16 28.51 9.12 -
YUV 143.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 197 131 67 0 0.34 0.66 0.23 29.54 0.53 0.52
Hex C5 83 43 0 22 42 17 1E 35 34
Octal 305 203 103 0 42 102 27 36 65 64
Binary 11000101 10000011 1000011 0 100010 1000010 10111 11110 110101 110100

Color Harmonies of #C58343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58343

Black with #C58343

Text Example


Text Example

White with #C58343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58343; }

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

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

background-color css

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

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

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

border-color css

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

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

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