Html Css Color HEX #C48542 Peru

📋 copy color: '#C48542'

red 196 ◦ green 133 ◦ blue 66

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

Shades of Peru #C48542

Tints of Peru #C48542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 49.62%
G = 33.67%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C48542 (or 0xC48542) is known color: Peru. HEX triplet: C4, 85 and 42. RGB value is (196,133,66). Sum of RGB (Red+Green+Blue) = 196+133+66=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C48542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48542 is #3B7ABD. Grayscale: #909090. Windows color (decimal): -3898046 or 4359620. OLE color: 4359620.

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

Color convert

RGB 196 133 66 -
CMYK 0 0.32 0.66 0.23
HSL 30.92º 0.52% 0.51% -
HSV(B) 30.92º 0.66% 0.77% -
XYZ 32.14 28.9 9.04 -
YUV 144.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 196 133 66 0 0.32 0.66 0.23 30.92 0.52 0.51
Hex C4 85 42 0 20 42 17 1F 34 33
Octal 304 205 102 0 40 102 27 37 64 63
Binary 11000100 10000101 1000010 0 100000 1000010 10111 11111 110100 110011

Color Harmonies of #C48542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48542

Black with #C48542

Text Example


Text Example

White with #C48542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48542; }

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

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

background-color css

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

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

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

border-color css

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

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

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