Html Css Color HEX #D0873D Peru

📋 copy color: '#D0873D'

red 208 ◦ green 135 ◦ blue 61

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

Shades of Peru #D0873D

Tints of Peru #D0873D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 61 (24.22% from 255) = 15.1%

R = 51.49%
G = 33.42%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0873D (or 0xD0873D) is known color: Peru. HEX triplet: D0, 87 and 3D. RGB value is (208,135,61). Sum of RGB (Red+Green+Blue) = 208+135+61=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0873D is #2F78C2. Grayscale: #949494. Windows color (decimal): -3111107 or 4032464. OLE color: 4032464.

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

Color convert

RGB 208 135 61 -
CMYK 0 0.35 0.71 0.18
HSL 30.2º 0.61% 0.53% -
HSV(B) 30.2º 0.71% 0.82% -
XYZ 35.52 31.07 8.54 -
YUV 148.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 208 135 61 0 0.35 0.71 0.18 30.2 0.61 0.53
Hex D0 87 3D 0 23 47 12 1E 3D 35
Octal 320 207 75 0 43 107 22 36 75 65
Binary 11010000 10000111 111101 0 100011 1000111 10010 11110 111101 110101

Color Harmonies of #D0873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0873D

Black with #D0873D

Text Example


Text Example

White with #D0873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0873D; }

 p { color: rgb(208,135,61); }

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

background-color css

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

 a { background-color: rgb(208,135,61); }

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

border-color css

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

 span { border-color: rgb(208,135,61); }

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