Html Css Color HEX #CD853A Peru

📋 copy color: '#CD853A'

red 205 ◦ green 133 ◦ blue 58

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

Shades of Peru #CD853A

Tints of Peru #CD853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.65%

R = 51.77%
G = 33.59%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD853A (or 0xCD853A) is known color: Peru. HEX triplet: CD, 85 and 3A. RGB value is (205,133,58). Sum of RGB (Red+Green+Blue) = 205+133+58=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD853A is #327AC5. Grayscale: #929292. Windows color (decimal): -3308230 or 3835341. OLE color: 3835341.

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

Color convert

RGB 205 133 58 -
CMYK 0 0.35 0.72 0.20
HSL 30.61º 0.6% 0.52% -
HSV(B) 30.61º 0.72% 0.8% -
XYZ 34.33 30.06 8 -
YUV 145.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 205 133 58 0 0.35 0.72 0.20 30.61 0.6 0.52
Hex CD 85 3A 0 23 48 14 1F 3C 34
Octal 315 205 72 0 43 110 24 37 74 64
Binary 11001101 10000101 111010 0 100011 1001000 10100 11111 111100 110100

Color Harmonies of #CD853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD853A

Black with #CD853A

Text Example


Text Example

White with #CD853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD853A; }

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

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

background-color css

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

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

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

border-color css

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

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

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