Html Css Color HEX #D4863E Peru

📋 copy color: '#D4863E'

red 212 ◦ green 134 ◦ blue 62

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

Shades of Peru #D4863E

Tints of Peru #D4863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

 BLUE value IS 62 (24.61% from 255) = 15.2%

R = 51.96%
G = 32.84%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4863E (or 0xD4863E) is known color: Peru. HEX triplet: D4, 86 and 3E. RGB value is (212,134,62). Sum of RGB (Red+Green+Blue) = 212+134+62=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4863E is #2B79C1. Grayscale: #959595. Windows color (decimal): -2849218 or 4097748. OLE color: 4097748.

HSL color Cylindrical-coordinate representation of color #D4863E: hue angle of 28.8º 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 #D4863E is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 62 -
CMYK 0 0.37 0.71 0.17
HSL 28.8º 0.64% 0.54% -
HSV(B) 28.8º 0.71% 0.83% -
XYZ 36.55 31.4 8.69 -
YUV 149.11 78.84 172.85 -
System Red Green Blue C M Y K H S L
Decimal 212 134 62 0 0.37 0.71 0.17 28.8 0.64 0.54
Hex D4 86 3E 0 25 47 11 1D 40 36
Octal 324 206 76 0 45 107 21 35 100 66
Binary 11010100 10000110 111110 0 100101 1000111 10001 11101 1000000 110110

Color Harmonies of #D4863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4863E

Black with #D4863E

Text Example


Text Example

White with #D4863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4863E; }

 p { color: rgb(212,134,62); }

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

background-color css

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

 a { background-color: rgb(212,134,62); }

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

border-color css

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

 span { border-color: rgb(212,134,62); }

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