Html Css Color HEX #D4893D Peru

📋 copy color: '#D4893D'

red 212 ◦ green 137 ◦ blue 61

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

Shades of Peru #D4893D

Tints of Peru #D4893D

RGB

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

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

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

R = 51.71%
G = 33.41%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4893D (or 0xD4893D) is known color: Peru. HEX triplet: D4, 89 and 3D. RGB value is (212,137,61). Sum of RGB (Red+Green+Blue) = 212+137+61=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D4893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4893D is #2B76C2. Grayscale: #979797. Windows color (decimal): -2848451 or 4032980. OLE color: 4032980.

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

Color convert

RGB 212 137 61 -
CMYK 0 0.35 0.71 0.17
HSL 30.2º 0.64% 0.54% -
HSV(B) 30.2º 0.71% 0.83% -
XYZ 36.94 32.23 8.69 -
YUV 150.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 212 137 61 0 0.35 0.71 0.17 30.2 0.64 0.54
Hex D4 89 3D 0 23 47 11 1E 40 36
Octal 324 211 75 0 43 107 21 36 100 66
Binary 11010100 10001001 111101 0 100011 1000111 10001 11110 1000000 110110

Color Harmonies of #D4893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4893D

Black with #D4893D

Text Example


Text Example

White with #D4893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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