Html Css Color HEX #CF873E Peru

📋 copy color: '#CF873E'

red 207 ◦ green 135 ◦ blue 62

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

Shades of Peru #CF873E

Tints of Peru #CF873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.35%

R = 51.24%
G = 33.42%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF873E (or 0xCF873E) is known color: Peru. HEX triplet: CF, 87 and 3E. RGB value is (207,135,62). Sum of RGB (Red+Green+Blue) = 207+135+62=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF873E is #3078C1. Grayscale: #949494. Windows color (decimal): -3176642 or 4097999. OLE color: 4097999.

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

Color convert

RGB 207 135 62 -
CMYK 0 0.35 0.70 0.19
HSL 30.21º 0.6% 0.53% -
HSV(B) 30.21º 0.7% 0.81% -
XYZ 35.27 30.94 8.67 -
YUV 148.21 79.35 169.94 -
System Red Green Blue C M Y K H S L
Decimal 207 135 62 0 0.35 0.70 0.19 30.21 0.6 0.53
Hex CF 87 3E 0 23 46 13 1E 3C 35
Octal 317 207 76 0 43 106 23 36 74 65
Binary 11001111 10000111 111110 0 100011 1000110 10011 11110 111100 110101

Color Harmonies of #CF873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF873E

Black with #CF873E

Text Example


Text Example

White with #CF873E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF873E; }

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

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

background-color css

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

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

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

border-color css

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

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

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