Html Css Color HEX #C48540 Peru

📋 copy color: '#C48540'

red 196 ◦ green 133 ◦ blue 64

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

Shades of Peru #C48540

Tints of Peru #C48540

RGB

 RED value IS 196 (76.95% from 255) = 49.87%

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

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 49.87%
G = 33.84%
B = 16.28%

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

#C48540 (or 0xC48540) is known color: Peru. HEX triplet: C4, 85 and 40. RGB value is (196,133,64). Sum of RGB (Red+Green+Blue) = 196+133+64=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C48540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48540 is #3B7ABF. Grayscale: #909090. Windows color (decimal): -3898048 or 4228548. OLE color: 4228548.

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

Color convert

RGB 196 133 64 -
CMYK 0 0.32 0.67 0.23
HSL 31.36º 0.53% 0.51% -
HSV(B) 31.36º 0.67% 0.77% -
XYZ 32.08 28.88 8.73 -
YUV 143.97 82.87 165.11 -
System Red Green Blue C M Y K H S L
Decimal 196 133 64 0 0.32 0.67 0.23 31.36 0.53 0.51
Hex C4 85 40 0 20 43 17 1F 35 33
Octal 304 205 100 0 40 103 27 37 65 63
Binary 11000100 10000101 1000000 0 100000 1000011 10111 11111 110101 110011

Color Harmonies of #C48540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48540

Black with #C48540

Text Example


Text Example

White with #C48540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48540; }

 p { color: rgb(196,133,64); }

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

background-color css

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

 a { background-color: rgb(196,133,64); }

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

border-color css

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

 span { border-color: rgb(196,133,64); }

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