Html Css Color HEX #D4873D Peru

📋 copy color: '#D4873D'

red 212 ◦ green 135 ◦ blue 61

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

Shades of Peru #D4873D

Tints of Peru #D4873D

RGB

 RED value IS 212 (83.2% from 255) = 51.96%

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

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

R = 51.96%
G = 33.09%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4873D (or 0xD4873D) is known color: Peru. HEX triplet: D4, 87 and 3D. RGB value is (212,135,61). Sum of RGB (Red+Green+Blue) = 212+135+61=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4873D is #2B78C2. Grayscale: #959595. Windows color (decimal): -2848963 or 4032468. OLE color: 4032468.

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

Color convert

RGB 212 135 61 -
CMYK 0 0.36 0.71 0.17
HSL 29.4º 0.64% 0.54% -
HSV(B) 29.4º 0.71% 0.83% -
XYZ 36.66 31.66 8.59 -
YUV 149.59 78.01 172.52 -
System Red Green Blue C M Y K H S L
Decimal 212 135 61 0 0.36 0.71 0.17 29.4 0.64 0.54
Hex D4 87 3D 0 24 47 11 1D 40 36
Octal 324 207 75 0 44 107 21 35 100 66
Binary 11010100 10000111 111101 0 100100 1000111 10001 11101 1000000 110110

Color Harmonies of #D4873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4873D

Black with #D4873D

Text Example


Text Example

White with #D4873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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