Html Css Color HEX #D7895F Copper

📋 copy color: '#D7895F'

red 215 ◦ green 137 ◦ blue 95

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

Shades of Copper #D7895F

Tints of Copper #D7895F

RGB

 RED value IS 215 (84.38% from 255) = 48.1%

 GREEN value IS 137 (53.91% from 255) = 30.65%

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 48.1%
G = 30.65%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7895F (or 0xD7895F) is known color: Copper. HEX triplet: D7, 89 and 5F. RGB value is (215,137,95). Sum of RGB (Red+Green+Blue) = 215+137+95=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7895F is #2876A0. Grayscale: #9B9B9B. Windows color (decimal): -2651809 or 6261207. OLE color: 6261207.

HSL color Cylindrical-coordinate representation of color #D7895F: hue angle of 21º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7895F is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 137 95 -
CMYK 0 0.36 0.56 0.16
HSL 21º 0.6% 0.61% -
HSV(B) 21º 0.56% 0.84% -
XYZ 39.04 33.16 15.17 -
YUV 155.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 215 137 95 0 0.36 0.56 0.16 21 0.6 0.61
Hex D7 89 5F 0 24 38 10 15 3C 3D
Octal 327 211 137 0 44 70 20 25 74 75
Binary 11010111 10001001 1011111 0 100100 111000 10000 10101 111100 111101

Color Harmonies of #D7895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7895F

Black with #D7895F

Text Example


Text Example

White with #D7895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7895F; }

 p { color: rgb(215,137,95); }

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

background-color css

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

 a { background-color: rgb(215,137,95); }

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

border-color css

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

 span { border-color: rgb(215,137,95); }

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