Html Css Color HEX #CD893D Peru

📋 copy color: '#CD893D'

red 205 ◦ green 137 ◦ blue 61

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

Shades of Peru #CD893D

Tints of Peru #CD893D

RGB

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

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

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

R = 50.87%
G = 34%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD893D (or 0xCD893D) is known color: Peru. HEX triplet: CD, 89 and 3D. RGB value is (205,137,61). Sum of RGB (Red+Green+Blue) = 205+137+61=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD893D is #3276C2. Grayscale: #959595. Windows color (decimal): -3307203 or 4032973. OLE color: 4032973.

HSL color Cylindrical-coordinate representation of color #CD893D: hue angle of 31.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD893D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 137 61 -
CMYK 0 0.33 0.70 0.20
HSL 31.67º 0.59% 0.52% -
HSV(B) 31.67º 0.7% 0.8% -
XYZ 34.96 31.21 8.6 -
YUV 148.67 78.53 168.18 -
System Red Green Blue C M Y K H S L
Decimal 205 137 61 0 0.33 0.70 0.20 31.67 0.59 0.52
Hex CD 89 3D 0 21 46 14 20 3B 34
Octal 315 211 75 0 41 106 24 40 73 64
Binary 11001101 10001001 111101 0 100001 1000110 10100 100000 111011 110100

Color Harmonies of #CD893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD893D

Black with #CD893D

Text Example


Text Example

White with #CD893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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