Html Css Color HEX #CD883D Peru

📋 copy color: '#CD883D'

red 205 ◦ green 136 ◦ blue 61

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

Shades of Peru #CD883D

Tints of Peru #CD883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

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

R = 51%
G = 33.83%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD883D (or 0xCD883D) is known color: Peru. HEX triplet: CD, 88 and 3D. RGB value is (205,136,61). Sum of RGB (Red+Green+Blue) = 205+136+61=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD883D is #3277C2. Grayscale: #949494. Windows color (decimal): -3307459 or 4032717. OLE color: 4032717.

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

Color convert

RGB 205 136 61 -
CMYK 0 0.34 0.70 0.20
HSL 31.25º 0.59% 0.52% -
HSV(B) 31.25º 0.7% 0.8% -
XYZ 34.82 30.92 8.55 -
YUV 148.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 205 136 61 0 0.34 0.70 0.20 31.25 0.59 0.52
Hex CD 88 3D 0 22 46 14 1F 3B 34
Octal 315 210 75 0 42 106 24 37 73 64
Binary 11001101 10001000 111101 0 100010 1000110 10100 11111 111011 110100

Color Harmonies of #CD883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD883D

Black with #CD883D

Text Example


Text Example

White with #CD883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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