Html Css Color HEX #CD873F Peru

📋 copy color: '#CD873F'

red 205 ◦ green 135 ◦ blue 63

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

Shades of Peru #CD873F

Tints of Peru #CD873F

RGB

 RED value IS 205 (80.47% from 255) = 50.87%

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

 BLUE value IS 63 (25% from 255) = 15.63%

R = 50.87%
G = 33.5%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD873F (or 0xCD873F) is known color: Peru. HEX triplet: CD, 87 and 3F. RGB value is (205,135,63). Sum of RGB (Red+Green+Blue) = 205+135+63=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD873F is #3278C0. Grayscale: #949494. Windows color (decimal): -3307713 or 4163533. OLE color: 4163533.

HSL color Cylindrical-coordinate representation of color #CD873F: hue angle of 30.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD873F is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 135 63 -
CMYK 0 0.34 0.69 0.20
HSL 30.42º 0.59% 0.53% -
HSV(B) 30.42º 0.69% 0.8% -
XYZ 34.74 30.67 8.79 -
YUV 147.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 205 135 63 0 0.34 0.69 0.20 30.42 0.59 0.53
Hex CD 87 3F 0 22 45 14 1E 3B 35
Octal 315 207 77 0 42 105 24 36 73 65
Binary 11001101 10000111 111111 0 100010 1000101 10100 11110 111011 110101

Color Harmonies of #CD873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD873F

Black with #CD873F

Text Example


Text Example

White with #CD873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD873F; }

 p { color: rgb(205,135,63); }

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

background-color css

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

 a { background-color: rgb(205,135,63); }

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

border-color css

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

 span { border-color: rgb(205,135,63); }

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