Html Css Color HEX #D38849 Peru

📋 copy color: '#D38849'

red 211 ◦ green 136 ◦ blue 73

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

Shades of Peru #D38849

Tints of Peru #D38849

RGB

 RED value IS 211 (82.81% from 255) = 50.24%

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

 BLUE value IS 73 (28.91% from 255) = 17.38%

R = 50.24%
G = 32.38%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D38849 (or 0xD38849) is known color: Peru. HEX triplet: D3, 88 and 49. RGB value is (211,136,73). Sum of RGB (Red+Green+Blue) = 211+136+73=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D38849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38849 is #2C77B6. Grayscale: #979797. Windows color (decimal): -2914231 or 4819155. OLE color: 4819155.

HSL color Cylindrical-coordinate representation of color #D38849: hue angle of 27.39º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D38849 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 136 73 -
CMYK 0 0.36 0.65 0.17
HSL 27.39º 0.61% 0.56% -
HSV(B) 27.39º 0.65% 0.83% -
XYZ 36.87 31.94 10.52 -
YUV 151.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 211 136 73 0 0.36 0.65 0.17 27.39 0.61 0.56
Hex D3 88 49 0 24 41 11 1B 3D 38
Octal 323 210 111 0 44 101 21 33 75 70
Binary 11010011 10001000 1001001 0 100100 1000001 10001 11011 111101 111000

Color Harmonies of #D38849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38849

Black with #D38849

Text Example


Text Example

White with #D38849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38849; }

 p { color: rgb(211,136,73); }

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

background-color css

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

 a { background-color: rgb(211,136,73); }

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

border-color css

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

 span { border-color: rgb(211,136,73); }

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