Html Css Color HEX #C78341 Peru

📋 copy color: '#C78341'

red 199 ◦ green 131 ◦ blue 65

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

Shades of Peru #C78341

Tints of Peru #C78341

RGB

 RED value IS 199 (78.13% from 255) = 50.38%

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 50.38%
G = 33.16%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C78341 (or 0xC78341) is known color: Peru. HEX triplet: C7, 83 and 41. RGB value is (199,131,65). Sum of RGB (Red+Green+Blue) = 199+131+65=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C78341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78341 is #387CBE. Grayscale: #909090. Windows color (decimal): -3701951 or 4293575. OLE color: 4293575.

HSL color Cylindrical-coordinate representation of color #C78341: hue angle of 29.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C78341 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 131 65 -
CMYK 0 0.34 0.67 0.22
HSL 29.55º 0.54% 0.52% -
HSV(B) 29.55º 0.67% 0.78% -
XYZ 32.62 28.76 8.83 -
YUV 143.81 83.53 167.37 -
System Red Green Blue C M Y K H S L
Decimal 199 131 65 0 0.34 0.67 0.22 29.55 0.54 0.52
Hex C7 83 41 0 22 43 16 1E 36 34
Octal 307 203 101 0 42 103 26 36 66 64
Binary 11000111 10000011 1000001 0 100010 1000011 10110 11110 110110 110100

Color Harmonies of #C78341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78341

Black with #C78341

Text Example


Text Example

White with #C78341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78341; }

 p { color: rgb(199,131,65); }

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

background-color css

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

 a { background-color: rgb(199,131,65); }

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

border-color css

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

 span { border-color: rgb(199,131,65); }

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