Html Css Color HEX #745238 Old Copper

📋 copy color: '#745238'

red 116 ◦ green 82 ◦ blue 56

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

Shades of Old Copper #745238

Tints of Old Copper #745238

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.28%

 BLUE value IS 56 (22.27% from 255) = 22.05%

R = 45.67%
G = 32.28%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#745238 (or 0x745238) is known color: Old Copper. HEX triplet: 74, 52 and 38. RGB value is (116,82,56). Sum of RGB (Red+Green+Blue) = 116+82+56=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745238 is #8BADC7. Grayscale: #595959. Windows color (decimal): -9153992 or 3691124. OLE color: 3691124.

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

Color convert

RGB 116 82 56 -
CMYK 0 0.29 0.52 0.55
HSL 26º 0.35% 0.34% -
HSV(B) 26º 0.52% 0.45% -
XYZ 10.93 10.03 5.1 -
YUV 89.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 116 82 56 0 0.29 0.52 0.55 26 0.35 0.34
Hex 74 52 38 0 1D 34 37 1A 23 22
Octal 164 122 70 0 35 64 67 32 43 42
Binary 1110100 1010010 111000 0 11101 110100 110111 11010 100011 100010

Color Harmonies of #745238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745238

Black with #745238

Text Example


Text Example

White with #745238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745238; }

 p { color: rgb(116,82,56); }

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

background-color css

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

 a { background-color: rgb(116,82,56); }

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

border-color css

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

 span { border-color: rgb(116,82,56); }

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