Html Css Color HEX #D2853B Peru

📋 copy color: '#D2853B'

red 210 ◦ green 133 ◦ blue 59

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

Shades of Peru #D2853B

Tints of Peru #D2853B

RGB

 RED value IS 210 (82.42% from 255) = 52.24%

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

 BLUE value IS 59 (23.44% from 255) = 14.68%

R = 52.24%
G = 33.08%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2853B (or 0xD2853B) is known color: Peru. HEX triplet: D2, 85 and 3B. RGB value is (210,133,59). Sum of RGB (Red+Green+Blue) = 210+133+59=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2853B is #2D7AC4. Grayscale: #939393. Windows color (decimal): -2980549 or 3900882. OLE color: 3900882.

HSL color Cylindrical-coordinate representation of color #D2853B: hue angle of 29.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2853B is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 133 59 -
CMYK 0 0.37 0.72 0.18
HSL 29.4º 0.63% 0.53% -
HSV(B) 29.4º 0.72% 0.82% -
XYZ 35.76 30.79 8.2 -
YUV 147.59 78.01 172.52 -
System Red Green Blue C M Y K H S L
Decimal 210 133 59 0 0.37 0.72 0.18 29.4 0.63 0.53
Hex D2 85 3B 0 25 48 12 1D 3F 35
Octal 322 205 73 0 45 110 22 35 77 65
Binary 11010010 10000101 111011 0 100101 1001000 10010 11101 111111 110101

Color Harmonies of #D2853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2853B

Black with #D2853B

Text Example


Text Example

White with #D2853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2853B; }

 p { color: rgb(210,133,59); }

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

background-color css

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

 a { background-color: rgb(210,133,59); }

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

border-color css

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

 span { border-color: rgb(210,133,59); }

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