Html Css Color HEX #D38746 Peru

📋 copy color: '#D38746'

red 211 ◦ green 135 ◦ blue 70

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

Shades of Peru #D38746

Tints of Peru #D38746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.83%

R = 50.72%
G = 32.45%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D38746 (or 0xD38746) is known color: Peru. HEX triplet: D3, 87 and 46. RGB value is (211,135,70). Sum of RGB (Red+Green+Blue) = 211+135+70=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D38746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38746 is #2C78B9. Grayscale: #969696. Windows color (decimal): -2914490 or 4622291. OLE color: 4622291.

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

Color convert

RGB 211 135 70 -
CMYK 0 0.36 0.67 0.17
HSL 27.66º 0.62% 0.55% -
HSV(B) 27.66º 0.67% 0.83% -
XYZ 36.63 31.62 9.97 -
YUV 150.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 211 135 70 0 0.36 0.67 0.17 27.66 0.62 0.55
Hex D3 87 46 0 24 43 11 1C 3E 37
Octal 323 207 106 0 44 103 21 34 76 67
Binary 11010011 10000111 1000110 0 100100 1000011 10001 11100 111110 110111

Color Harmonies of #D38746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38746

Black with #D38746

Text Example


Text Example

White with #D38746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38746; }

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

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

background-color css

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

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

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

border-color css

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

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

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