Html Css Color HEX #D18339 Peru

📋 copy color: '#D18339'

red 209 ◦ green 131 ◦ blue 57

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

Shades of Peru #D18339

Tints of Peru #D18339

RGB

 RED value IS 209 (82.03% from 255) = 52.64%

 GREEN value IS 131 (51.56% from 255) = 33%

 BLUE value IS 57 (22.66% from 255) = 14.36%

R = 52.64%
G = 33%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D18339 (or 0xD18339) is known color: Peru. HEX triplet: D1, 83 and 39. RGB value is (209,131,57). Sum of RGB (Red+Green+Blue) = 209+131+57=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D18339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18339 is #2E7CC6. Grayscale: #929292. Windows color (decimal): -3046599 or 3769297. OLE color: 3769297.

HSL color Cylindrical-coordinate representation of color #D18339: hue angle of 29.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D18339 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 57 -
CMYK 0 0.37 0.73 0.18
HSL 29.21º 0.62% 0.52% -
HSV(B) 29.21º 0.73% 0.82% -
XYZ 35.15 30.08 7.82 -
YUV 145.89 77.84 173.02 -
System Red Green Blue C M Y K H S L
Decimal 209 131 57 0 0.37 0.73 0.18 29.21 0.62 0.52
Hex D1 83 39 0 25 49 12 1D 3E 34
Octal 321 203 71 0 45 111 22 35 76 64
Binary 11010001 10000011 111001 0 100101 1001001 10010 11101 111110 110100

Color Harmonies of #D18339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18339

Black with #D18339

Text Example


Text Example

White with #D18339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18339; }

 p { color: rgb(209,131,57); }

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

background-color css

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

 a { background-color: rgb(209,131,57); }

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

border-color css

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

 span { border-color: rgb(209,131,57); }

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