Html Css Color HEX #78613B Yellow Metal

📋 copy color: '#78613B'

red 120 ◦ green 97 ◦ blue 59

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

Shades of Yellow Metal #78613B

Tints of Yellow Metal #78613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

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

R = 43.48%
G = 35.14%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78613B (or 0x78613B) is known color: Yellow Metal. HEX triplet: 78, 61 and 3B. RGB value is (120,97,59). Sum of RGB (Red+Green+Blue) = 120+97+59=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #78613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78613B is #879EC4. Grayscale: #636363. Windows color (decimal): -8888005 or 3891576. OLE color: 3891576.

HSL color Cylindrical-coordinate representation of color #78613B: hue angle of 37.38º 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 #78613B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 97 59 -
CMYK 0 0.19 0.51 0.53
HSL 37.38º 0.34% 0.35% -
HSV(B) 37.38º 0.51% 0.47% -
XYZ 12.81 12.86 5.94 -
YUV 99.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 120 97 59 0 0.19 0.51 0.53 37.38 0.34 0.35
Hex 78 61 3B 0 13 33 35 25 22 23
Octal 170 141 73 0 23 63 65 45 42 43
Binary 1111000 1100001 111011 0 10011 110011 110101 100101 100010 100011

Color Harmonies of #78613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78613B

Black with #78613B

Text Example


Text Example

White with #78613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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