Html Css Color HEX #CF8340 Peru

📋 copy color: '#CF8340'

red 207 ◦ green 131 ◦ blue 64

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

Shades of Peru #CF8340

Tints of Peru #CF8340

RGB

 RED value IS 207 (81.25% from 255) = 51.49%

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

 BLUE value IS 64 (25.39% from 255) = 15.92%

R = 51.49%
G = 32.59%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF8340 (or 0xCF8340) is known color: Peru. HEX triplet: CF, 83 and 40. RGB value is (207,131,64). Sum of RGB (Red+Green+Blue) = 207+131+64=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8340 is #307CBF. Grayscale: #929292. Windows color (decimal): -3177664 or 4228047. OLE color: 4228047.

HSL color Cylindrical-coordinate representation of color #CF8340: hue angle of 28.11º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF8340 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 131 64 -
CMYK 0 0.37 0.69 0.19
HSL 28.11º 0.6% 0.53% -
HSV(B) 28.11º 0.69% 0.81% -
XYZ 34.77 29.87 8.78 -
YUV 146.09 81.68 171.45 -
System Red Green Blue C M Y K H S L
Decimal 207 131 64 0 0.37 0.69 0.19 28.11 0.6 0.53
Hex CF 83 40 0 25 45 13 1C 3C 35
Octal 317 203 100 0 45 105 23 34 74 65
Binary 11001111 10000011 1000000 0 100101 1000101 10011 11100 111100 110101

Color Harmonies of #CF8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8340

Black with #CF8340

Text Example


Text Example

White with #CF8340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8340; }

 p { color: rgb(207,131,64); }

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

background-color css

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

 a { background-color: rgb(207,131,64); }

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

border-color css

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

 span { border-color: rgb(207,131,64); }

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