Html Css Color HEX #CF8740 Peru

📋 copy color: '#CF8740'

red 207 ◦ green 135 ◦ blue 64

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

Shades of Peru #CF8740

Tints of Peru #CF8740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

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

R = 50.99%
G = 33.25%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF8740 (or 0xCF8740) is known color: Peru. HEX triplet: CF, 87 and 40. RGB value is (207,135,64). Sum of RGB (Red+Green+Blue) = 207+135+64=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8740 is #3078BF. Grayscale: #949494. Windows color (decimal): -3176640 or 4229071. OLE color: 4229071.

HSL color Cylindrical-coordinate representation of color #CF8740: hue angle of 29.79º 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 #CF8740 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 135 64 -
CMYK 0 0.35 0.69 0.19
HSL 29.79º 0.6% 0.53% -
HSV(B) 29.79º 0.69% 0.81% -
XYZ 35.32 30.96 8.97 -
YUV 148.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 207 135 64 0 0.35 0.69 0.19 29.79 0.6 0.53
Hex CF 87 40 0 23 45 13 1E 3C 35
Octal 317 207 100 0 43 105 23 36 74 65
Binary 11001111 10000111 1000000 0 100011 1000101 10011 11110 111100 110101

Color Harmonies of #CF8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8740

Black with #CF8740

Text Example


Text Example

White with #CF8740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8740; }

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

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

background-color css

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

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

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

border-color css

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

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

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