Html Css Color HEX #D0853B Peru

📋 copy color: '#D0853B'

red 208 ◦ green 133 ◦ blue 59

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

Shades of Peru #D0853B

Tints of Peru #D0853B

RGB

 RED value IS 208 (81.64% from 255) = 52%

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

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

R = 52%
G = 33.25%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0853B (or 0xD0853B) is known color: Peru. HEX triplet: D0, 85 and 3B. RGB value is (208,133,59). Sum of RGB (Red+Green+Blue) = 208+133+59=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0853B is #2F7AC4. Grayscale: #939393. Windows color (decimal): -3111621 or 3900880. OLE color: 3900880.

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

Color convert

RGB 208 133 59 -
CMYK 0 0.36 0.72 0.18
HSL 29.8º 0.61% 0.52% -
HSV(B) 29.8º 0.72% 0.82% -
XYZ 35.19 30.5 8.17 -
YUV 146.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 208 133 59 0 0.36 0.72 0.18 29.8 0.61 0.52
Hex D0 85 3B 0 24 48 12 1E 3D 34
Octal 320 205 73 0 44 110 22 36 75 64
Binary 11010000 10000101 111011 0 100100 1001000 10010 11110 111101 110100

Color Harmonies of #D0853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0853B

Black with #D0853B

Text Example


Text Example

White with #D0853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0853B; }

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

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

background-color css

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

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

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

border-color css

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

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

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