Html Css Color HEX #D38639 Peru

📋 copy color: '#D38639'

red 211 ◦ green 134 ◦ blue 57

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

Shades of Peru #D38639

Tints of Peru #D38639

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.33%

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

R = 52.49%
G = 33.33%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D38639 (or 0xD38639) is known color: Peru. HEX triplet: D3, 86 and 39. RGB value is (211,134,57). Sum of RGB (Red+Green+Blue) = 211+134+57=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 57 (22.66% from 255 or 14.18% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D38639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38639 is #2C79C6. Grayscale: #949494. Windows color (decimal): -2914759 or 3770067. OLE color: 3770067.

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

Color convert

RGB 211 134 57 -
CMYK 0 0.36 0.73 0.17
HSL 30º 0.64% 0.53% -
HSV(B) 30º 0.73% 0.83% -
XYZ 36.13 31.19 7.99 -
YUV 148.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 211 134 57 0 0.36 0.73 0.17 30 0.64 0.53
Hex D3 86 39 0 24 49 11 1E 40 35
Octal 323 206 71 0 44 111 21 36 100 65
Binary 11010011 10000110 111001 0 100100 1001001 10001 11110 1000000 110101

Color Harmonies of #D38639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38639

Black with #D38639

Text Example


Text Example

White with #D38639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38639; }

 p { color: rgb(211,134,57); }

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

background-color css

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

 a { background-color: rgb(211,134,57); }

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

border-color css

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

 span { border-color: rgb(211,134,57); }

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