Html Css Color HEX #CD874A Peru

📋 copy color: '#CD874A'

red 205 ◦ green 135 ◦ blue 74

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

Shades of Peru #CD874A

Tints of Peru #CD874A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.87%

R = 49.52%
G = 32.61%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD874A (or 0xCD874A) is known color: Peru. HEX triplet: CD, 87 and 4A. RGB value is (205,135,74). Sum of RGB (Red+Green+Blue) = 205+135+74=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD874A is #3278B5. Grayscale: #959595. Windows color (decimal): -3307702 or 4884429. OLE color: 4884429.

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

Color convert

RGB 205 135 74 -
CMYK 0 0.34 0.64 0.20
HSL 27.94º 0.57% 0.55% -
HSV(B) 27.94º 0.64% 0.8% -
XYZ 35.08 30.8 10.58 -
YUV 148.98 85.69 167.96 -
System Red Green Blue C M Y K H S L
Decimal 205 135 74 0 0.34 0.64 0.20 27.94 0.57 0.55
Hex CD 87 4A 0 22 40 14 1C 39 37
Octal 315 207 112 0 42 100 24 34 71 67
Binary 11001101 10000111 1001010 0 100010 1000000 10100 11100 111001 110111

Color Harmonies of #CD874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD874A

Black with #CD874A

Text Example


Text Example

White with #CD874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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