Html Css Color HEX #CD894D Peru

📋 copy color: '#CD894D'

red 205 ◦ green 137 ◦ blue 77

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

Shades of Peru #CD894D

Tints of Peru #CD894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 77 (30.47% from 255) = 18.38%

R = 48.93%
G = 32.7%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD894D (or 0xCD894D) is known color: Peru. HEX triplet: CD, 89 and 4D. RGB value is (205,137,77). Sum of RGB (Red+Green+Blue) = 205+137+77=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD894D is #3276B2. Grayscale: #969696. Windows color (decimal): -3307187 or 5081549. OLE color: 5081549.

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

Color convert

RGB 205 137 77 -
CMYK 0 0.33 0.62 0.20
HSL 28.13º 0.56% 0.55% -
HSV(B) 28.13º 0.62% 0.8% -
XYZ 35.46 31.41 11.21 -
YUV 150.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 205 137 77 0 0.33 0.62 0.20 28.13 0.56 0.55
Hex CD 89 4D 0 21 3E 14 1C 38 37
Octal 315 211 115 0 41 76 24 34 70 67
Binary 11001101 10001001 1001101 0 100001 111110 10100 11100 111000 110111

Color Harmonies of #CD894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD894D

Black with #CD894D

Text Example


Text Example

White with #CD894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD894D; }

 p { color: rgb(205,137,77); }

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

background-color css

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

 a { background-color: rgb(205,137,77); }

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

border-color css

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

 span { border-color: rgb(205,137,77); }

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