Html Css Color HEX #D4883F Peru

📋 copy color: '#D4883F'

red 212 ◦ green 136 ◦ blue 63

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

Shades of Peru #D4883F

Tints of Peru #D4883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.09%

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

R = 51.58%
G = 33.09%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4883F (or 0xD4883F) is known color: Peru. HEX triplet: D4, 88 and 3F. RGB value is (212,136,63). Sum of RGB (Red+Green+Blue) = 212+136+63=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D4883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4883F is #2B77C0. Grayscale: #969696. Windows color (decimal): -2848705 or 4163796. OLE color: 4163796.

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

Color convert

RGB 212 136 63 -
CMYK 0 0.36 0.70 0.17
HSL 29.4º 0.63% 0.54% -
HSV(B) 29.4º 0.7% 0.83% -
XYZ 36.85 31.96 8.93 -
YUV 150.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 212 136 63 0 0.36 0.70 0.17 29.4 0.63 0.54
Hex D4 88 3F 0 24 46 11 1D 3F 36
Octal 324 210 77 0 44 106 21 35 77 66
Binary 11010100 10001000 111111 0 100100 1000110 10001 11101 111111 110110

Color Harmonies of #D4883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4883F

Black with #D4883F

Text Example


Text Example

White with #D4883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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