Html Css Color HEX #D38646 Peru

📋 copy color: '#D38646'

red 211 ◦ green 134 ◦ blue 70

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

Shades of Peru #D38646

Tints of Peru #D38646

RGB

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

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

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

R = 50.84%
G = 32.29%
B = 16.87%

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

#D38646 (or 0xD38646) is known color: Peru. HEX triplet: D3, 86 and 46. RGB value is (211,134,70). Sum of RGB (Red+Green+Blue) = 211+134+70=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D38646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38646 is #2C79B9. Grayscale: #969696. Windows color (decimal): -2914746 or 4622035. OLE color: 4622035.

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

Color convert

RGB 211 134 70 -
CMYK 0 0.36 0.67 0.17
HSL 27.23º 0.62% 0.55% -
HSV(B) 27.23º 0.67% 0.83% -
XYZ 36.49 31.34 9.92 -
YUV 149.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 211 134 70 0 0.36 0.67 0.17 27.23 0.62 0.55
Hex D3 86 46 0 24 43 11 1B 3E 37
Octal 323 206 106 0 44 103 21 33 76 67
Binary 11010011 10000110 1000110 0 100100 1000011 10001 11011 111110 110111

Color Harmonies of #D38646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38646

Black with #D38646

Text Example


Text Example

White with #D38646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38646; }

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

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

background-color css

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

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

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

border-color css

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

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

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