Html Css Color HEX #745033 Old Copper

📋 copy color: '#745033'

red 116 ◦ green 80 ◦ blue 51

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

Shades of Old Copper #745033

Tints of Old Copper #745033

RGB

 RED value IS 116 (45.7% from 255) = 46.96%

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

 BLUE value IS 51 (20.31% from 255) = 20.65%

R = 46.96%
G = 32.39%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#745033 (or 0x745033) is known color: Old Copper. HEX triplet: 74, 50 and 33. RGB value is (116,80,51). Sum of RGB (Red+Green+Blue) = 116+80+51=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #745033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745033 is #8BAFCC. Grayscale: #575757. Windows color (decimal): -9154509 or 3362932. OLE color: 3362932.

HSL color Cylindrical-coordinate representation of color #745033: hue angle of 26.77º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #745033 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 51 -
CMYK 0 0.31 0.56 0.55
HSL 26.77º 0.39% 0.33% -
HSV(B) 26.77º 0.56% 0.45% -
XYZ 10.67 9.69 4.44 -
YUV 87.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 116 80 51 0 0.31 0.56 0.55 26.77 0.39 0.33
Hex 74 50 33 0 1F 38 37 1B 27 21
Octal 164 120 63 0 37 70 67 33 47 41
Binary 1110100 1010000 110011 0 11111 111000 110111 11011 100111 100001

Color Harmonies of #745033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745033

Black with #745033

Text Example


Text Example

White with #745033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745033; }

 p { color: rgb(116,80,51); }

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

background-color css

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

 a { background-color: rgb(116,80,51); }

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

border-color css

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

 span { border-color: rgb(116,80,51); }

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