Html Css Color HEX #D38948 Peru

📋 copy color: '#D38948'

red 211 ◦ green 137 ◦ blue 72

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

Shades of Peru #D38948

Tints of Peru #D38948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.62%

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

R = 50.24%
G = 32.62%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D38948 (or 0xD38948) is known color: Peru. HEX triplet: D3, 89 and 48. RGB value is (211,137,72). Sum of RGB (Red+Green+Blue) = 211+137+72=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D38948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38948 is #2C76B7. Grayscale: #989898. Windows color (decimal): -2913976 or 4753875. OLE color: 4753875.

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

Color convert

RGB 211 137 72 -
CMYK 0 0.35 0.66 0.17
HSL 28.06º 0.61% 0.55% -
HSV(B) 28.06º 0.66% 0.83% -
XYZ 36.98 32.21 10.4 -
YUV 151.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 211 137 72 0 0.35 0.66 0.17 28.06 0.61 0.55
Hex D3 89 48 0 23 42 11 1C 3D 37
Octal 323 211 110 0 43 102 21 34 75 67
Binary 11010011 10001001 1001000 0 100011 1000010 10001 11100 111101 110111

Color Harmonies of #D38948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38948

Black with #D38948

Text Example


Text Example

White with #D38948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38948; }

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

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

background-color css

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

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

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

border-color css

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

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

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