Html Css Color HEX #D5873C Peru

📋 copy color: '#D5873C'

red 213 ◦ green 135 ◦ blue 60

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

Shades of Peru #D5873C

Tints of Peru #D5873C

RGB

 RED value IS 213 (83.59% from 255) = 52.21%

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

 BLUE value IS 60 (23.83% from 255) = 14.71%

R = 52.21%
G = 33.09%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5873C (or 0xD5873C) is known color: Peru. HEX triplet: D5, 87 and 3C. RGB value is (213,135,60). Sum of RGB (Red+Green+Blue) = 213+135+60=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5873C is #2A78C3. Grayscale: #969696. Windows color (decimal): -2783428 or 3966933. OLE color: 3966933.

HSL color Cylindrical-coordinate representation of color #D5873C: hue angle of 29.41º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5873C is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 135 60 -
CMYK 0 0.37 0.72 0.16
HSL 29.41º 0.65% 0.54% -
HSV(B) 29.41º 0.72% 0.84% -
XYZ 36.92 31.8 8.47 -
YUV 149.77 77.34 173.1 -
System Red Green Blue C M Y K H S L
Decimal 213 135 60 0 0.37 0.72 0.16 29.41 0.65 0.54
Hex D5 87 3C 0 25 48 10 1D 41 36
Octal 325 207 74 0 45 110 20 35 101 66
Binary 11010101 10000111 111100 0 100101 1001000 10000 11101 1000001 110110

Color Harmonies of #D5873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5873C

Black with #D5873C

Text Example


Text Example

White with #D5873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5873C; }

 p { color: rgb(213,135,60); }

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

background-color css

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

 a { background-color: rgb(213,135,60); }

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

border-color css

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

 span { border-color: rgb(213,135,60); }

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