Html Css Color HEX #C38647 Peru

📋 copy color: '#C38647'

red 195 ◦ green 134 ◦ blue 71

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

Shades of Peru #C38647

Tints of Peru #C38647

RGB

 RED value IS 195 (76.56% from 255) = 48.75%

 GREEN value IS 134 (52.73% from 255) = 33.5%

 BLUE value IS 71 (28.13% from 255) = 17.75%

R = 48.75%
G = 33.5%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C38647 (or 0xC38647) is known color: Peru. HEX triplet: C3, 86 and 47. RGB value is (195,134,71). Sum of RGB (Red+Green+Blue) = 195+134+71=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C38647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38647 is #3C79B8. Grayscale: #919191. Windows color (decimal): -3963321 or 4687555. OLE color: 4687555.

HSL color Cylindrical-coordinate representation of color #C38647: hue angle of 30.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C38647 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 134 71 -
CMYK 0 0.31 0.64 0.24
HSL 30.48º 0.51% 0.52% -
HSV(B) 30.48º 0.64% 0.76% -
XYZ 32.17 29.11 9.88 -
YUV 145.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 195 134 71 0 0.31 0.64 0.24 30.48 0.51 0.52
Hex C3 86 47 0 1F 40 18 1E 33 34
Octal 303 206 107 0 37 100 30 36 63 64
Binary 11000011 10000110 1000111 0 11111 1000000 11000 11110 110011 110100

Color Harmonies of #C38647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38647

Black with #C38647

Text Example


Text Example

White with #C38647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38647; }

 p { color: rgb(195,134,71); }

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

background-color css

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

 a { background-color: rgb(195,134,71); }

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

border-color css

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

 span { border-color: rgb(195,134,71); }

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