Html Css Color HEX #CD863D Peru

📋 copy color: '#CD863D'

red 205 ◦ green 134 ◦ blue 61

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

Shades of Peru #CD863D

Tints of Peru #CD863D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.5%

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

R = 51.25%
G = 33.5%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD863D (or 0xCD863D) is known color: Peru. HEX triplet: CD, 86 and 3D. RGB value is (205,134,61). Sum of RGB (Red+Green+Blue) = 205+134+61=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD863D is #3279C2. Grayscale: #939393. Windows color (decimal): -3307971 or 4032205. OLE color: 4032205.

HSL color Cylindrical-coordinate representation of color #CD863D: hue angle of 30.42º 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 #CD863D is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 134 61 -
CMYK 0 0.35 0.70 0.20
HSL 30.42º 0.59% 0.52% -
HSV(B) 30.42º 0.7% 0.8% -
XYZ 34.54 30.37 8.46 -
YUV 146.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 205 134 61 0 0.35 0.70 0.20 30.42 0.59 0.52
Hex CD 86 3D 0 23 46 14 1E 3B 34
Octal 315 206 75 0 43 106 24 36 73 64
Binary 11001101 10000110 111101 0 100011 1000110 10100 11110 111011 110100

Color Harmonies of #CD863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD863D

Black with #CD863D

Text Example


Text Example

White with #CD863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD863D; }

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

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

background-color css

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

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

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

border-color css

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

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

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