Html Css Color HEX #D4883E Peru

📋 copy color: '#D4883E'

red 212 ◦ green 136 ◦ blue 62

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

Shades of Peru #D4883E

Tints of Peru #D4883E

RGB

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

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

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

R = 51.71%
G = 33.17%
B = 15.12%

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

#D4883E (or 0xD4883E) is known color: Peru. HEX triplet: D4, 88 and 3E. RGB value is (212,136,62). Sum of RGB (Red+Green+Blue) = 212+136+62=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D4883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4883E is #2B77C1. Grayscale: #969696. Windows color (decimal): -2848706 or 4098260. OLE color: 4098260.

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

Color convert

RGB 212 136 62 -
CMYK 0 0.36 0.71 0.17
HSL 29.6º 0.64% 0.54% -
HSV(B) 29.6º 0.71% 0.83% -
XYZ 36.83 31.95 8.78 -
YUV 150.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 212 136 62 0 0.36 0.71 0.17 29.6 0.64 0.54
Hex D4 88 3E 0 24 47 11 1E 40 36
Octal 324 210 76 0 44 107 21 36 100 66
Binary 11010100 10001000 111110 0 100100 1000111 10001 11110 1000000 110110

Color Harmonies of #D4883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4883E

Black with #D4883E

Text Example


Text Example

White with #D4883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4883E; }

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

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

background-color css

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

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

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

border-color css

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

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

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