Html Css Color HEX #CF873B Peru

📋 copy color: '#CF873B'

red 207 ◦ green 135 ◦ blue 59

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

Shades of Peru #CF873B

Tints of Peru #CF873B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.71%

R = 51.62%
G = 33.67%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF873B (or 0xCF873B) is known color: Peru. HEX triplet: CF, 87 and 3B. RGB value is (207,135,59). Sum of RGB (Red+Green+Blue) = 207+135+59=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF873B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF873B is #3078C4. Grayscale: #949494. Windows color (decimal): -3176645 or 3901391. OLE color: 3901391.

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

Color convert

RGB 207 135 59 -
CMYK 0 0.35 0.71 0.19
HSL 30.81º 0.61% 0.52% -
HSV(B) 30.81º 0.71% 0.81% -
XYZ 35.19 30.91 8.25 -
YUV 147.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 207 135 59 0 0.35 0.71 0.19 30.81 0.61 0.52
Hex CF 87 3B 0 23 47 13 1F 3D 34
Octal 317 207 73 0 43 107 23 37 75 64
Binary 11001111 10000111 111011 0 100011 1000111 10011 11111 111101 110100

Color Harmonies of #CF873B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF873B

Black with #CF873B

Text Example


Text Example

White with #CF873B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF873B; }

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

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

background-color css

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

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

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

border-color css

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

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

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