Html Css Color HEX #CD853F Peru

📋 copy color: '#CD853F'

red 205 ◦ green 133 ◦ blue 63

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

Shades of Peru #CD853F

Tints of Peru #CD853F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.71%

R = 51.12%
G = 33.17%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD853F (or 0xCD853F) is known color: Peru. HEX triplet: CD, 85 and 3F. RGB value is (205,133,63). Sum of RGB (Red+Green+Blue) = 205+133+63=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD853F is #327AC0. Grayscale: #929292. Windows color (decimal): -3308225 or 4163021. OLE color: 4163021.

HSL color Cylindrical-coordinate representation of color #CD853F: hue angle of 29.58º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD853F is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 133 63 -
CMYK 0 0.35 0.69 0.20
HSL 29.58º 0.59% 0.53% -
HSV(B) 29.58º 0.69% 0.8% -
XYZ 34.46 30.11 8.7 -
YUV 146.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 205 133 63 0 0.35 0.69 0.20 29.58 0.59 0.53
Hex CD 85 3F 0 23 45 14 1E 3B 35
Octal 315 205 77 0 43 105 24 36 73 65
Binary 11001101 10000101 111111 0 100011 1000101 10100 11110 111011 110101

Color Harmonies of #CD853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD853F

Black with #CD853F

Text Example


Text Example

White with #CD853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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