Html Css Color HEX #CF8839 Peru

📋 copy color: '#CF8839'

red 207 ◦ green 136 ◦ blue 57

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

Shades of Peru #CF8839

Tints of Peru #CF8839

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

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

R = 51.75%
G = 34%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF8839 (or 0xCF8839) is known color: Peru. HEX triplet: CF, 88 and 39. RGB value is (207,136,57). Sum of RGB (Red+Green+Blue) = 207+136+57=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8839 is #3077C6. Grayscale: #949494. Windows color (decimal): -3176391 or 3770575. OLE color: 3770575.

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

Color convert

RGB 207 136 57 -
CMYK 0 0.34 0.72 0.19
HSL 31.6º 0.61% 0.52% -
HSV(B) 31.6º 0.72% 0.81% -
XYZ 35.27 31.17 8.03 -
YUV 148.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 207 136 57 0 0.34 0.72 0.19 31.6 0.61 0.52
Hex CF 88 39 0 22 48 13 20 3D 34
Octal 317 210 71 0 42 110 23 40 75 64
Binary 11001111 10001000 111001 0 100010 1001000 10011 100000 111101 110100

Color Harmonies of #CF8839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8839

Black with #CF8839

Text Example


Text Example

White with #CF8839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8839; }

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

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

background-color css

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

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

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

border-color css

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

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

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