Html Css Color HEX #CF873D Peru

📋 copy color: '#CF873D'

red 207 ◦ green 135 ◦ blue 61

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

Shades of Peru #CF873D

Tints of Peru #CF873D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 51.36%
G = 33.5%
B = 15.14%

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

#CF873D (or 0xCF873D) is known color: Peru. HEX triplet: CF, 87 and 3D. RGB value is (207,135,61). Sum of RGB (Red+Green+Blue) = 207+135+61=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF873D is #3078C2. Grayscale: #949494. Windows color (decimal): -3176643 or 4032463. OLE color: 4032463.

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

Color convert

RGB 207 135 61 -
CMYK 0 0.35 0.71 0.19
HSL 30.41º 0.6% 0.53% -
HSV(B) 30.41º 0.71% 0.81% -
XYZ 35.24 30.93 8.53 -
YUV 148.09 78.85 170.02 -
System Red Green Blue C M Y K H S L
Decimal 207 135 61 0 0.35 0.71 0.19 30.41 0.6 0.53
Hex CF 87 3D 0 23 47 13 1E 3C 35
Octal 317 207 75 0 43 107 23 36 74 65
Binary 11001111 10000111 111101 0 100011 1000111 10011 11110 111100 110101

Color Harmonies of #CF873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF873D

Black with #CF873D

Text Example


Text Example

White with #CF873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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