Html Css Color HEX #D38645 Peru

📋 copy color: '#D38645'

red 211 ◦ green 134 ◦ blue 69

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

Shades of Peru #D38645

Tints of Peru #D38645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.67%

R = 50.97%
G = 32.37%
B = 16.67%

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

#D38645 (or 0xD38645) is known color: Peru. HEX triplet: D3, 86 and 45. RGB value is (211,134,69). Sum of RGB (Red+Green+Blue) = 211+134+69=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D38645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38645 is #2C79BA. Grayscale: #959595. Windows color (decimal): -2914747 or 4556499. OLE color: 4556499.

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

Color convert

RGB 211 134 69 -
CMYK 0 0.36 0.67 0.17
HSL 27.46º 0.62% 0.55% -
HSV(B) 27.46º 0.67% 0.83% -
XYZ 36.46 31.33 9.76 -
YUV 149.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 211 134 69 0 0.36 0.67 0.17 27.46 0.62 0.55
Hex D3 86 45 0 24 43 11 1B 3E 37
Octal 323 206 105 0 44 103 21 33 76 67
Binary 11010011 10000110 1000101 0 100100 1000011 10001 11011 111110 110111

Color Harmonies of #D38645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38645

Black with #D38645

Text Example


Text Example

White with #D38645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38645; }

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

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

background-color css

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

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

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

border-color css

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

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

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