Html Css Color HEX #CD853E Peru

📋 copy color: '#CD853E'

red 205 ◦ green 133 ◦ blue 62

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

Shades of Peru #CD853E

Tints of Peru #CD853E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

 BLUE value IS 62 (24.61% from 255) = 15.5%

R = 51.25%
G = 33.25%
B = 15.5%

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

#CD853E (or 0xCD853E) is known color: Peru. HEX triplet: CD, 85 and 3E. RGB value is (205,133,62). Sum of RGB (Red+Green+Blue) = 205+133+62=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD853E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD853E is #327AC1. Grayscale: #929292. Windows color (decimal): -3308226 or 4097485. OLE color: 4097485.

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

Color convert

RGB 205 133 62 -
CMYK 0 0.35 0.70 0.20
HSL 29.79º 0.59% 0.52% -
HSV(B) 29.79º 0.7% 0.8% -
XYZ 34.43 30.1 8.55 -
YUV 146.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 205 133 62 0 0.35 0.70 0.20 29.79 0.59 0.52
Hex CD 85 3E 0 23 46 14 1E 3B 34
Octal 315 205 76 0 43 106 24 36 73 64
Binary 11001101 10000101 111110 0 100011 1000110 10100 11110 111011 110100

Color Harmonies of #CD853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD853E

Black with #CD853E

Text Example


Text Example

White with #CD853E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD853E; }

 p { color: rgb(205,133,62); }

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

background-color css

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

 a { background-color: rgb(205,133,62); }

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

border-color css

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

 span { border-color: rgb(205,133,62); }

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