Html Css Color HEX #C48749 Peru

📋 copy color: '#C48749'

red 196 ◦ green 135 ◦ blue 73

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

Shades of Peru #C48749

Tints of Peru #C48749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 73 (28.91% from 255) = 18.07%

R = 48.51%
G = 33.42%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C48749 (or 0xC48749) is known color: Peru. HEX triplet: C4, 87 and 49. RGB value is (196,135,73). Sum of RGB (Red+Green+Blue) = 196+135+73=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C48749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48749 is #3B78B6. Grayscale: #929292. Windows color (decimal): -3897527 or 4818884. OLE color: 4818884.

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

Color convert

RGB 196 135 73 -
CMYK 0 0.31 0.63 0.23
HSL 30.24º 0.51% 0.53% -
HSV(B) 30.24º 0.63% 0.77% -
XYZ 32.63 29.54 10.29 -
YUV 146.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 196 135 73 0 0.31 0.63 0.23 30.24 0.51 0.53
Hex C4 87 49 0 1F 3F 17 1E 33 35
Octal 304 207 111 0 37 77 27 36 63 65
Binary 11000100 10000111 1001001 0 11111 111111 10111 11110 110011 110101

Color Harmonies of #C48749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48749

Black with #C48749

Text Example


Text Example

White with #C48749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48749; }

 p { color: rgb(196,135,73); }

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

background-color css

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

 a { background-color: rgb(196,135,73); }

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

border-color css

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

 span { border-color: rgb(196,135,73); }

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