Html Css Color HEX #D3873F Peru

📋 copy color: '#D3873F'

red 211 ◦ green 135 ◦ blue 63

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

Shades of Peru #D3873F

Tints of Peru #D3873F

RGB

 RED value IS 211 (82.81% from 255) = 51.59%

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

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

R = 51.59%
G = 33.01%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3873F (or 0xD3873F) is known color: Peru. HEX triplet: D3, 87 and 3F. RGB value is (211,135,63). Sum of RGB (Red+Green+Blue) = 211+135+63=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3873F is #2C78C0. Grayscale: #959595. Windows color (decimal): -2914497 or 4163539. OLE color: 4163539.

HSL color Cylindrical-coordinate representation of color #D3873F: hue angle of 29.19º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3873F is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 135 63 -
CMYK 0 0.36 0.70 0.17
HSL 29.19º 0.63% 0.54% -
HSV(B) 29.19º 0.7% 0.83% -
XYZ 36.43 31.54 8.87 -
YUV 149.52 79.18 171.85 -
System Red Green Blue C M Y K H S L
Decimal 211 135 63 0 0.36 0.70 0.17 29.19 0.63 0.54
Hex D3 87 3F 0 24 46 11 1D 3F 36
Octal 323 207 77 0 44 106 21 35 77 66
Binary 11010011 10000111 111111 0 100100 1000110 10001 11101 111111 110110

Color Harmonies of #D3873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3873F

Black with #D3873F

Text Example


Text Example

White with #D3873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3873F; }

 p { color: rgb(211,135,63); }

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

background-color css

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

 a { background-color: rgb(211,135,63); }

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

border-color css

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

 span { border-color: rgb(211,135,63); }

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