Html Css Color HEX #D38742 Peru

📋 copy color: '#D38742'

red 211 ◦ green 135 ◦ blue 66

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

Shades of Peru #D38742

Tints of Peru #D38742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.77%

 BLUE value IS 66 (26.17% from 255) = 16.02%

R = 51.21%
G = 32.77%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D38742 (or 0xD38742) is known color: Peru. HEX triplet: D3, 87 and 42. RGB value is (211,135,66). Sum of RGB (Red+Green+Blue) = 211+135+66=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D38742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38742 is #2C78BD. Grayscale: #969696. Windows color (decimal): -2914494 or 4360147. OLE color: 4360147.

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

Color convert

RGB 211 135 66 -
CMYK 0 0.36 0.69 0.17
HSL 28.55º 0.62% 0.54% -
HSV(B) 28.55º 0.69% 0.83% -
XYZ 36.51 31.57 9.32 -
YUV 149.86 80.68 171.61 -
System Red Green Blue C M Y K H S L
Decimal 211 135 66 0 0.36 0.69 0.17 28.55 0.62 0.54
Hex D3 87 42 0 24 45 11 1D 3E 36
Octal 323 207 102 0 44 105 21 35 76 66
Binary 11010011 10000111 1000010 0 100100 1000101 10001 11101 111110 110110

Color Harmonies of #D38742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38742

Black with #D38742

Text Example


Text Example

White with #D38742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38742; }

 p { color: rgb(211,135,66); }

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

background-color css

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

 a { background-color: rgb(211,135,66); }

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

border-color css

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

 span { border-color: rgb(211,135,66); }

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