Html Css Color HEX #705036 Old Copper

📋 copy color: '#705036'

red 112 ◦ green 80 ◦ blue 54

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

Shades of Old Copper #705036

Tints of Old Copper #705036

RGB

 RED value IS 112 (44.14% from 255) = 45.53%

 GREEN value IS 80 (31.64% from 255) = 32.52%

 BLUE value IS 54 (21.48% from 255) = 21.95%

R = 45.53%
G = 32.52%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#705036 (or 0x705036) is known color: Old Copper. HEX triplet: 70, 50 and 36. RGB value is (112,80,54). Sum of RGB (Red+Green+Blue) = 112+80+54=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #705036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705036 is #8FAFC9. Grayscale: #565656. Windows color (decimal): -9416650 or 3559536. OLE color: 3559536.

HSL color Cylindrical-coordinate representation of color #705036: hue angle of 26.9º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705036 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 54 -
CMYK 0 0.29 0.52 0.56
HSL 26.9º 0.35% 0.33% -
HSV(B) 26.9º 0.52% 0.44% -
XYZ 10.22 9.45 4.78 -
YUV 86.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 112 80 54 0 0.29 0.52 0.56 26.9 0.35 0.33
Hex 70 50 36 0 1D 34 38 1B 23 21
Octal 160 120 66 0 35 64 70 33 43 41
Binary 1110000 1010000 110110 0 11101 110100 111000 11011 100011 100001

Color Harmonies of #705036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705036

Black with #705036

Text Example


Text Example

White with #705036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705036; }

 p { color: rgb(112,80,54); }

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

background-color css

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

 a { background-color: rgb(112,80,54); }

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

border-color css

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

 span { border-color: rgb(112,80,54); }

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