Html Css Color HEX #C78641 Peru

📋 copy color: '#C78641'

red 199 ◦ green 134 ◦ blue 65

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

Shades of Peru #C78641

Tints of Peru #C78641

RGB

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

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

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

R = 50%
G = 33.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C78641 (or 0xC78641) is known color: Peru. HEX triplet: C7, 86 and 41. RGB value is (199,134,65). Sum of RGB (Red+Green+Blue) = 199+134+65=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C78641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78641 is #3879BE. Grayscale: #919191. Windows color (decimal): -3701183 or 4294343. OLE color: 4294343.

HSL color Cylindrical-coordinate representation of color #C78641: hue angle of 30.9º 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 #C78641 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 134 65 -
CMYK 0 0.33 0.67 0.22
HSL 30.9º 0.54% 0.52% -
HSV(B) 30.9º 0.67% 0.78% -
XYZ 33.03 29.57 8.97 -
YUV 145.57 82.53 166.11 -
System Red Green Blue C M Y K H S L
Decimal 199 134 65 0 0.33 0.67 0.22 30.9 0.54 0.52
Hex C7 86 41 0 21 43 16 1F 36 34
Octal 307 206 101 0 41 103 26 37 66 64
Binary 11000111 10000110 1000001 0 100001 1000011 10110 11111 110110 110100

Color Harmonies of #C78641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78641

Black with #C78641

Text Example


Text Example

White with #C78641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78641; }

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

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

background-color css

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

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

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

border-color css

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

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

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