Html Css Color HEX #78533B Old Copper

📋 copy color: '#78533B'

red 120 ◦ green 83 ◦ blue 59

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

Shades of Old Copper #78533B

Tints of Old Copper #78533B

RGB

 RED value IS 120 (47.27% from 255) = 45.8%

 GREEN value IS 83 (32.81% from 255) = 31.68%

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 45.8%
G = 31.68%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78533B (or 0x78533B) is known color: Old Copper. HEX triplet: 78, 53 and 3B. RGB value is (120,83,59). Sum of RGB (Red+Green+Blue) = 120+83+59=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78533B is #87ACC4. Grayscale: #5B5B5B. Windows color (decimal): -8891589 or 3887992. OLE color: 3887992.

HSL color Cylindrical-coordinate representation of color #78533B: hue angle of 23.61º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78533B is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 59 -
CMYK 0 0.31 0.51 0.53
HSL 23.61º 0.34% 0.35% -
HSV(B) 23.61º 0.51% 0.47% -
XYZ 11.63 10.5 5.55 -
YUV 91.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 120 83 59 0 0.31 0.51 0.53 23.61 0.34 0.35
Hex 78 53 3B 0 1F 33 35 18 22 23
Octal 170 123 73 0 37 63 65 30 42 43
Binary 1111000 1010011 111011 0 11111 110011 110101 11000 100010 100011

Color Harmonies of #78533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78533B

Black with #78533B

Text Example


Text Example

White with #78533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78533B; }

 p { color: rgb(120,83,59); }

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

background-color css

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

 a { background-color: rgb(120,83,59); }

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

border-color css

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

 span { border-color: rgb(120,83,59); }

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