Html Css Color HEX #704B36 Old Copper

📋 copy color: '#704B36'

red 112 ◦ green 75 ◦ blue 54

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

Shades of Old Copper #704B36

Tints of Old Copper #704B36

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.12%

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

R = 46.47%
G = 31.12%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#704B36 (or 0x704B36) is known color: Old Copper. HEX triplet: 70, 4B and 36. RGB value is (112,75,54). Sum of RGB (Red+Green+Blue) = 112+75+54=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #704B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B36 is #8FB4C9. Grayscale: #535353. Windows color (decimal): -9417930 or 3558256. OLE color: 3558256.

HSL color Cylindrical-coordinate representation of color #704B36: hue angle of 21.72º 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 #704B36 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 75 54 -
CMYK 0 0.33 0.52 0.56
HSL 21.72º 0.35% 0.33% -
HSV(B) 21.72º 0.52% 0.44% -
XYZ 9.86 8.74 4.66 -
YUV 83.67 111.26 148.21 -
System Red Green Blue C M Y K H S L
Decimal 112 75 54 0 0.33 0.52 0.56 21.72 0.35 0.33
Hex 70 4B 36 0 21 34 38 16 23 21
Octal 160 113 66 0 41 64 70 26 43 41
Binary 1110000 1001011 110110 0 100001 110100 111000 10110 100011 100001

Color Harmonies of #704B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B36

Black with #704B36

Text Example


Text Example

White with #704B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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