Html Css Color HEX #786338 Yellow Metal

📋 copy color: '#786338'

red 120 ◦ green 99 ◦ blue 56

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

Shades of Yellow Metal #786338

Tints of Yellow Metal #786338

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 43.64%
G = 36%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#786338 (or 0x786338) is known color: Yellow Metal. HEX triplet: 78, 63 and 38. RGB value is (120,99,56). Sum of RGB (Red+Green+Blue) = 120+99+56=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #786338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786338 is #879CC7. Grayscale: #646464. Windows color (decimal): -8887496 or 3695480. OLE color: 3695480.

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

Color convert

RGB 120 99 56 -
CMYK 0 0.17 0.53 0.53
HSL 40.31º 0.36% 0.35% -
HSV(B) 40.31º 0.53% 0.47% -
XYZ 12.92 13.2 5.61 -
YUV 100.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 120 99 56 0 0.17 0.53 0.53 40.31 0.36 0.35
Hex 78 63 38 0 11 35 35 28 24 23
Octal 170 143 70 0 21 65 65 50 44 43
Binary 1111000 1100011 111000 0 10001 110101 110101 101000 100100 100011

Color Harmonies of #786338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786338

Black with #786338

Text Example


Text Example

White with #786338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786338; }

 p { color: rgb(120,99,56); }

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

background-color css

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

 a { background-color: rgb(120,99,56); }

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

border-color css

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

 span { border-color: rgb(120,99,56); }

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