Html Css Color HEX #CF8739 Peru

📋 copy color: '#CF8739'

red 207 ◦ green 135 ◦ blue 57

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

Shades of Peru #CF8739

Tints of Peru #CF8739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.29%

R = 51.88%
G = 33.83%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF8739 (or 0xCF8739) is known color: Peru. HEX triplet: CF, 87 and 39. RGB value is (207,135,57). Sum of RGB (Red+Green+Blue) = 207+135+57=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8739 is #3078C6. Grayscale: #949494. Windows color (decimal): -3176647 or 3770319. OLE color: 3770319.

HSL color Cylindrical-coordinate representation of color #CF8739: hue angle of 31.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF8739 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 135 57 -
CMYK 0 0.35 0.72 0.19
HSL 31.2º 0.61% 0.52% -
HSV(B) 31.2º 0.72% 0.81% -
XYZ 35.13 30.89 7.98 -
YUV 147.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 207 135 57 0 0.35 0.72 0.19 31.2 0.61 0.52
Hex CF 87 39 0 23 48 13 1F 3D 34
Octal 317 207 71 0 43 110 23 37 75 64
Binary 11001111 10000111 111001 0 100011 1001000 10011 11111 111101 110100

Color Harmonies of #CF8739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8739

Black with #CF8739

Text Example


Text Example

White with #CF8739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8739; }

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

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

background-color css

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

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

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

border-color css

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

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

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