Html Css Color HEX #D4893F Peru

📋 copy color: '#D4893F'

red 212 ◦ green 137 ◦ blue 63

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

Shades of Peru #D4893F

Tints of Peru #D4893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

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

R = 51.46%
G = 33.25%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4893F (or 0xD4893F) is known color: Peru. HEX triplet: D4, 89 and 3F. RGB value is (212,137,63). Sum of RGB (Red+Green+Blue) = 212+137+63=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D4893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4893F is #2B76C0. Grayscale: #979797. Windows color (decimal): -2848449 or 4164052. OLE color: 4164052.

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

Color convert

RGB 212 137 63 -
CMYK 0 0.35 0.70 0.17
HSL 29.8º 0.63% 0.54% -
HSV(B) 29.8º 0.7% 0.83% -
XYZ 36.99 32.25 8.98 -
YUV 150.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 212 137 63 0 0.35 0.70 0.17 29.8 0.63 0.54
Hex D4 89 3F 0 23 46 11 1E 3F 36
Octal 324 211 77 0 43 106 21 36 77 66
Binary 11010100 10001001 111111 0 100011 1000110 10001 11110 111111 110110

Color Harmonies of #D4893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4893F

Black with #D4893F

Text Example


Text Example

White with #D4893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4893F; }

 p { color: rgb(212,137,63); }

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

background-color css

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

 a { background-color: rgb(212,137,63); }

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

border-color css

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

 span { border-color: rgb(212,137,63); }

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