Html Css Color HEX #C5853F Peru

📋 copy color: '#C5853F'

red 197 ◦ green 133 ◦ blue 63

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

Shades of Peru #C5853F

Tints of Peru #C5853F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.03%

R = 50.13%
G = 33.84%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5853F (or 0xC5853F) is known color: Peru. HEX triplet: C5, 85 and 3F. RGB value is (197,133,63). Sum of RGB (Red+Green+Blue) = 197+133+63=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5853F is #3A7AC0. Grayscale: #909090. Windows color (decimal): -3832513 or 4163013. OLE color: 4163013.

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

Color convert

RGB 197 133 63 -
CMYK 0 0.32 0.68 0.23
HSL 31.34º 0.54% 0.51% -
HSV(B) 31.34º 0.68% 0.77% -
XYZ 32.31 29 8.6 -
YUV 144.16 82.2 165.69 -
System Red Green Blue C M Y K H S L
Decimal 197 133 63 0 0.32 0.68 0.23 31.34 0.54 0.51
Hex C5 85 3F 0 20 44 17 1F 36 33
Octal 305 205 77 0 40 104 27 37 66 63
Binary 11000101 10000101 111111 0 100000 1000100 10111 11111 110110 110011

Color Harmonies of #C5853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5853F

Black with #C5853F

Text Example


Text Example

White with #C5853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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