Html Css Color HEX #D38848 Peru

📋 copy color: '#D38848'

red 211 ◦ green 136 ◦ blue 72

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

Shades of Peru #D38848

Tints of Peru #D38848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.18%

R = 50.36%
G = 32.46%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D38848 (or 0xD38848) is known color: Peru. HEX triplet: D3, 88 and 48. RGB value is (211,136,72). Sum of RGB (Red+Green+Blue) = 211+136+72=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D38848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38848 is #2C77B7. Grayscale: #979797. Windows color (decimal): -2914232 or 4753619. OLE color: 4753619.

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

Color convert

RGB 211 136 72 -
CMYK 0 0.36 0.66 0.17
HSL 27.63º 0.61% 0.55% -
HSV(B) 27.63º 0.66% 0.83% -
XYZ 36.84 31.93 10.35 -
YUV 151.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 211 136 72 0 0.36 0.66 0.17 27.63 0.61 0.55
Hex D3 88 48 0 24 42 11 1C 3D 37
Octal 323 210 110 0 44 102 21 34 75 67
Binary 11010011 10001000 1001000 0 100100 1000010 10001 11100 111101 110111

Color Harmonies of #D38848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38848

Black with #D38848

Text Example


Text Example

White with #D38848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38848; }

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

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

background-color css

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

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

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

border-color css

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

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

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