Html Css Color HEX #C48548 Peru

📋 copy color: '#C48548'

red 196 ◦ green 133 ◦ blue 72

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

Shades of Peru #C48548

Tints of Peru #C48548

RGB

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

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

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

R = 48.88%
G = 33.17%
B = 17.96%

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

#C48548 (or 0xC48548) is known color: Peru. HEX triplet: C4, 85 and 48. RGB value is (196,133,72). Sum of RGB (Red+Green+Blue) = 196+133+72=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C48548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48548 is #3B7AB7. Grayscale: #919191. Windows color (decimal): -3898040 or 4752836. OLE color: 4752836.

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

Color convert

RGB 196 133 72 -
CMYK 0 0.32 0.63 0.23
HSL 29.52º 0.51% 0.53% -
HSV(B) 29.52º 0.63% 0.77% -
XYZ 32.32 28.98 10.02 -
YUV 144.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 196 133 72 0 0.32 0.63 0.23 29.52 0.51 0.53
Hex C4 85 48 0 20 3F 17 1E 33 35
Octal 304 205 110 0 40 77 27 36 63 65
Binary 11000100 10000101 1001000 0 100000 111111 10111 11110 110011 110101

Color Harmonies of #C48548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48548

Black with #C48548

Text Example


Text Example

White with #C48548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48548; }

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

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

background-color css

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

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

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

border-color css

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

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

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